Skip to content

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.

Notifications You must be signed in to change notification settings

Bijay-Prasad/Todo-list-v2-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Todo App

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

Features

  • 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.

Getting Started

Prerequisites

Installing

  1. Clone the repository:
  git clone https://github.com/Bijay-Prasad/nodejs-todo-app.git
  1. Navigate to the project directory:
  cd todo-list-v2-app
  1. Install dependencies
  npm install

Running

To run the app, use the following command:

  mongod
  node app.js

The app will be available at http://localhost:3000.

Built With

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published