Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 673 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 673 Bytes

Simple Node.js To-Do List

A basic to-do list application built with Node.js that allows users to create and delete tasks.

Features

  • Create Tasks: Add new tasks with a title.
  • Delete Tasks: Remove tasks when they are completed or no longer needed.

Getting Started

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/Krithika522/nodejs-to-do-list.git
    
  2. Install dependencies:

    npm i

  3. run the command:

    npm nodemon app.js go to localhost:3030

    when you use /work in the url you will get another todo list for work