A simple TODO list web APP
- Install NodeJs (nodejs.org).
- Fork, Clone and open this repository in a terminal/command prompt.
- Execute npm install.
- Execute npm start.
- Open your preferred web browser and go to https://localhost:2000
- Adding a Task.
- Deleting a Task. (Delete multiple tasks at once).
- All the tasks are saved to the database (MongoDB, Mongoose is used for databases).