What is the use of to-do list app? ToDo App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules.
- Create Live Demo on Web
- Improve UI
Table of Contents
- Has basic functionality like adding tasks, deleting tasks, editing tasks.
- Can take local backup in JSON format.
To get a local copy up and running follow these simple example steps.
Fork, then download or clone the repo.
git clone https://github.com/bhargav-modha/To-Do-WebApp.git
Now you are ready to run.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request