Todo-list
Multiple TodoList for each day, where the task can be easily added and deleted.
Instructions to run on local machine (Windows)
git clone [email protected]:akkkanksha/todo-list.git
git cd todo-list
npm i package.json
(if it shows vulnerability or error run command)
npm audit fix
Run command
npm start
The website is running at localhost:4000
Dependencies
Backend
- NodeJs
- ExpressJS
- Body Parser
- MongoDB
- Mongoose
Frontend
- Extend JavaScript (EJS)
- Bootstrap 4
- JavaScript