Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A to-do list application that lets users create and manage tasks and projects.

License

PedroASB/todo-list

Repository files navigation

Todo List

HTML CSS JavaScript

Description

  • A simple to-do list application that lets users create and manage tasks and projects. Users can add tasks, mark them as complete, set priority levels, add descriptions and define due dates. Tasks can also be grouped into projects, allowing better organization of related items. All data is persisted locally using the browser's localStorage.
  • Main features:
    • Webpack module bundler
    • DOM manager module (create/edit/delete DOM elements)
    • Storage manager module (store/update/delete data using localStorage)
    • SOLID principles

Live Demo

Click here to try out this project on browser.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 1 Screenshot 2

About the Project

This project is part of the curriculum of The Odin Project. You can check out other projects that I've built in my fullstack-journey repository.

Attributions

  • Icons
    • Icons by Google – Licensed under Apache 2.0
  • Fonts
    • Open Sans, Sour Gummy — all available on Google Fonts under the Open Font License

About

A to-do list application that lets users create and manage tasks and projects.

Topics

Resources

License

Stars

Watchers

Forks