Skip to content

A Simple To-Do Manager developed using HTML CSS JS along with browser local storage

Notifications You must be signed in to change notification settings

Mouli-3542/To-Do-Manager2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

📃To Do Manager

GitHub release (latest by date) Website GitHub closed pull requests GitHub closed issues Platform support

image


Table of Contents

About The Project

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

Features

  • Add task
  • Edit task
  • Delete task
  • Save & Fetch Task
  • Save Your Name

Platform Support

🔳 android
🔳 linux
web
🔳 windows

Languages and Tools

html5     css 3     javascript     visual studio code

Directory Hierarchy

|—— 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

Author

Vinayak Mali (@malivinayak)

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature-AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

You can show some ❤️ by starring the repository!

About

A Simple To-Do Manager developed using HTML CSS JS along with browser local storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.2%
  • CSS 35.6%
  • HTML 22.2%