A static page that is built using React.
Designed a ToDo Website, where we can add the list of works we need to do and update, delete the tasks when completed.
React, CSS, MongoDB, Node.js
- Clone the project
- To run the front-end application
- cd client
- npm install
- npm start
 This will open the game in development mode
 http://localhost:3000 will give you the UI of the Website
- To run the Backend application Change the URL of the MongoDB
- cd server
- npm install
- nodemon index.js
The below commond will help to colne the repository