This is a Complex todo app with user friendly structure built with Node.js, express.js and using ejs templating and for storing data we used MongoDB database.
Live Link: Todo-list-v2-app
- Add tasks to your todo list
- Mark tasks as complete
- delete tasks when marked as completed
- You can create and add new dynamic route for Todo list, eg. https://applink.com/work for work route and it be separated from our default route.
- View all tasks in your todo list for all route including default and manually cearted.
- Clone the repository:
git clone https://github.com/Bijay-Prasad/nodejs-todo-app.git
- Navigate to the project directory:
cd todo-list-v2-app
- Install dependencies
npm install
To run the app, use the following command:
mongod
node app.js
The app will be available at http://localhost:3000.