Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 2.07 KB

README.md

File metadata and controls

62 lines (38 loc) · 2.07 KB

Node.js Todo App

This is a simple todo app built with Node.js, express.js and using ejs templating.

Live Link: node-js-todo-app

Features

  • Add tasks to your todo list
  • Mark tasks as complete
  • An another separate work list too
  • View all tasks in your todo list

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-v1
  1. Install dependencies
  npm install

Running

To run the app, use the following command:

  node app.js

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

Built With