Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.86 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.86 KB

To-Do List

Welcome to the To-Do List project! This simple web application allows you to manage your tasks with ease. Below, you'll find information on the features, how to clone/fork the repository, run it locally, and licensing details.

Features

  • Add tasks with a title
  • Add description.
  • Mark tasks as complete.
  • Edit task details.
  • Delete tasks.

Demo

You can see a live demo of the website.

Usage

To get started with the To-Do List application, follow the steps below:

Cloning/Forking the Repository

  1. Clone: If you want to clone the repository, use the following command in your terminal:

    git clone https://github.com/VedasreeM/ToDoList.git
  2. Fork: To fork the repository, simply click the "Fork" button at the top right of the repository's GitHub page.

Running the Application Locally

After cloning or forking the repository, you can run the application locally by following these steps:

  1. Open the project directory:

    cd ToDoList
  2. Double-click on the index.html file to open it in your web browser, or you can use a development server if you prefer.

  3. You can now interact with the To-Do List application locally in your browser.

License

This project is licensed under the MIT License. For details, please see the LICENSE.md file.

Contributors

Feel free to contribute, report issues, or make suggestions to improve this project! Thank you for using the To-Do List application. Happy task managing!