Skip to content

techking007/todo-list-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List WebApp

Overview

This project is a simple and efficient To-Do List application designed to help users manage their tasks effectively. It allows users to add, edit, delete, and mark tasks as completed.

Features

  • Add new tasks with ease.
  • Delete tasks you no longer need.
  • Mark tasks as completed.
  • User-friendly interface.
  • Saves previously added tasks

Installation

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd todo-list-app
  3. Install dependencies:
    npm install

Usage

  1. Start the application:
    npm start
  2. Open your browser and navigate to http://localhost:3000.

Technologies Used

  • HTML, CSS, JavaScript

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add feature-name"
  4. Push to the branch:
    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published