Table of Contents
- About The Project
- Features
- Platform Support
- Languages and Tools
- Directory Hierarchy
- Author
- Contributing
To-do Manager is a web development project using HTML, CSS & JavaScript with local storage. Along with front-end To-Do-Manager demonstrate CRUD operation on local storage. [CRUD operation -> Create, Read, Update, and Delete(CRUD)]
To-Do-Manager is a web app used to maintain our day-to-day tasks or list everything that we have to do. This project provides an easy way to add, edit and delete tasks. Added tasks will be stored in the browserβs local storage so, they wonβt be removed on page refresh or tab close.
Let's Try To-Do-Manager - Click me to manage your To-Do list
- Add task
- Edit task
- Delete task
- Save & Fetch Task
- Save Your Name
π³ android
π³ linux
β
web
π³ windows
|ββ assets
| |ββ main.css
| |ββ main.js
| |ββ custom-alert
| |ββ alert.css
| |ββ alert.js
| |ββ name
| |ββ storeName.css
| |ββ storeName.js
| |ββ to-do-task
| |ββ loadTask.js
| |ββ storeTask.js
|ββ index.html
Vinayak Mali (@malivinayak)
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
You can show some β€οΈ by starring the repository!