This is a simple todo app built with Node.js, express.js and using ejs templating.
Live Link: node-js-todo-app
- Add tasks to your todo list
- Mark tasks as complete
- An another separate work list too
- View all tasks in your todo list
- Clone the repository:
git clone https://github.com/Bijay-Prasad/nodejs-todo-app.git
- Navigate to the project directory:
cd todo-list-v1
- Install dependencies
npm install
To run the app, use the following command:
node app.js
The app will be available at http://localhost:3000.