This is a full stack to-do application made using React, MongoDB, Express and Node.
I learned to REST web services during this project and, learned to make GET, POST, DELETE requests to the server.
The red button on each task on the right is used to delete the tasks, to create a new task we need to click on the add button at the bottom right of the screen.
This is a MERN Stack to-do appliacation to run this locally follow these steps:
First run:
npm install
then,
-
Make sure the server is running
a) Connect MongoDB
b) Go to the project folder and run
nodemon server
now your server will be running on port 5000 -
Start Frontend
a) Navigade to client directory
cd client
b) On terminal run
npm start
Now your project should be functioning properly.