Skip to content

"Add my project and make first open-source contribution" #427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"enzyme": "^3.0.0",
"gh-pages": "^3.1.0",
"react-scripts": "^5.0.1",
"react-test-renderer": "^15.0.0",
"react-test-renderer": "^17.0.2",
"sw-precache": "^5.2.0"
},
"dependencies": {
"lodash": "^4.17.19",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-select": "^1.0.0-rc.10"
"react-select": "^5.8.0"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -34,5 +34,9 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "sw-precache-config.js",
"author": "",
"license": "ISC"
}
3 changes: 2 additions & 1 deletion src/components/ProjectList/CardsContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import projectList from './listOfProjects';

import './css/cards-container.css';
import './css/search.css';
import 'react-select/dist/react-select.css';
// import 'react-select/dist/react-select.css';
// import 'react-select/dist/react-select.min.css';

export default class CardsContainer extends React.Component {
constructor(props) {
Expand Down
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ const projectList = [
description: "Drag & Drop internal tool builder",
tags: ["UI", "Database", "Editor"]
},
{
name: "DakFood",
imageSrc: "https://th.bing.com/th?id=OIP.Pux9Tu5x68kgjJRP2hZSBgHaHa&w=250&h=250&c=8&rs=1&qlt=90&o=6&cb=13&dpr=1.3&pid=3.1&rm=2",
projectLink: "https://github.com/dakshmehta007/MERN-PROJECTS/tree/5b43900fdb12ababe22feafc8a6bca43c5c5d954",
description: "A food order app develop by Daksh Mehta",
tags: ["MERN","Backend","Frontend"]
},

{
name: "altair",
Expand Down
Loading