Tasklist
https://apricot-cake-12061.herokuapp.com/
Deployed in Heroku
Application where you can create, Update and Delete Tasks
It is build using MERN Stack i.e., MongoDB, Express js, Reactjs, Nodejs.
I have used material ui for user interfaces.
To run in your sytem
1 ) Clone or Download it
2 ) run npm install in the root folder
3 ) run npm in the client folder
i.e., cd client && npm install
4 ) To run
1 ) npm run dev - to start both the client and the server
2 ) or you can start server and client separately by
1) nodemon server in the root folder
2 ) inside the client folder run npm start in the terminal