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.
- Add tasks with a title
- Add description.
- Mark tasks as complete.
- Edit task details.
- Delete tasks.
You can see a live demo of the website.
To get started with the To-Do List application, follow the steps below:
-
Clone: If you want to clone the repository, use the following command in your terminal:
git clone https://github.com/VedasreeM/ToDoList.git
-
Fork: To fork the repository, simply click the "Fork" button at the top right of the repository's GitHub page.
After cloning or forking the repository, you can run the application locally by following these steps:
-
Open the project directory:
cd ToDoList
-
Double-click on the
index.html
file to open it in your web browser, or you can use a development server if you prefer. -
You can now interact with the To-Do List application locally in your browser.
This project is licensed under the MIT License. For details, please see the LICENSE.md file.
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!