DeepeshKalura / to-do-list_improvement

This is a simple to-do list application built with Node.js that allows users to create and manage custom to-do lists with unique names.

Home Page:https://to-do-list-qjtq.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom To-Do List App with Node.js

This is a simple to-do list application built with Node.js that allows users to create and manage custom to-do lists with unique names.

Table of Contents

Features

  • Create and manage custom to-do lists with unique names.
  • Add, edit, and delete tasks in each custom list.
  • Mark tasks as completed or pending.
  • View tasks by list and their completion status.
  • Simple and intuitive command-line interface (CLI).

Requirements

Before you begin, ensure you have met the following requirements:

  • Node.js installed on your machine.
  • npm (Node Package Manager) to install project dependencies.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/NegiAdarsh/to-do-list.git
    cd Student-Help-Portal
  2. Install dependencies:

    npm install
    
  3. Start the development server:

    node app.js
    
  4. Enjoy at localhost 3000

The application will start, and you will be prompted to create a custom list with a unique name. You can then interact with the to-do list by adding, editing, or deleting tasks.

Custom Lists

Each custom list has its own unique name, and you can create as many lists as you need. To create a new custom list or access an existing one, follow these steps:

Run the application using node app.js.

Choose the option to create or access a custom list. Enter a unique name for your custom list. You can then perform various actions on your custom list, such as adding, editing, or deleting tasks. Contributing Contributions are welcome! If you have any ideas, improvements, or bug fixes, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Screenshots

to-do-list-1

For custom List

to-do-list-2

About

This is a simple to-do list application built with Node.js that allows users to create and manage custom to-do lists with unique names.

https://to-do-list-qjtq.onrender.com/


Languages

Language:JavaScript 49.3%Language:EJS 26.3%Language:CSS 24.2%Language:Procfile 0.2%