Skip to content

HarshSharmaIN/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List App

A simple and intuitive ToDo List web application to manage your daily tasks. This app allows you to add and delete tasks with an easy-to-use interface.

Visit the Live Site

Click Here


Features

  • Add new tasks
  • Mark tasks as complete
  • Delete tasks
  • Responsive and user-friendly interface

Folder Structure

todolist/
│
├── public/               # Contains static assets (e.g., images, index.html)
│   ├── css/
│
├── views/                # Contains HTML templates
│
├── app.js                # Main server-side JavaScript file
├── date.js               # Utility file for handling date functionality
├── index.html            # Main HTML File
├── package.json          # Project dependencies and scripts
└── README.md             # Documentation for the repository

Installation

  1. Clone the repository:

    git clone https://github.com/HarshSharmaIN/todolist.git
  2. Navigate to the project directory:

    cd todolist
  3. Install dependencies:

    npm install
  4. Start the development server:

    node app.js
  5. Open the app in your browser:

    Go to http://localhost:3000 to view the app in development mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published