RaviTejaVattem / To-Do-Manager

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

Home Page:https://malivinayak.github.io/To-Do-Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ƒ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

https://malivinayak.github.io/To-Do-Manager


Languages

Language:JavaScript 42.2%Language:CSS 35.6%Language:HTML 22.2%