I'm a Software Engineer ...
JavaScript, TypeScript, React, Node.js, MongoDb...
CRUD operation with MongoDB complete front-end and backed application with redux implementation and localStorage
sync
Client: React, Redux, SCSS
Server: Node, Express, MongoDb
Clone the project
To run this project, you will need to add the following environment variables to your .env file
MONGO_USERNAME
MONGO_PASSWORD
Clone the project
git clone https://github.com/mr-muhammad-rehan/react-todo-app.git
Go to the project directory
cd react-todo-app
Install dependencies
For both React and node.js install modules separately
cd todo-app-react
yarn install
cd..
cd todo-server-node
yarn install
Start the server
For both React and node.js start projects separately (in separate terminals)
yarn start
Contributions are always welcome!
Please adhere to this project's code of conduct
.