Skip to content
/ todo Public

A basic TODO webapp to practice my OOP's concept

Notifications You must be signed in to change notification settings

devnchill/todo

Repository files navigation

To-Do Application

This To-Do application was built to practice the Single Responsibility Principle (SRP) and SOLID principles for the first time. It offers two themes: dark and light, and uses localStorage to persist todos, projects, and theme choices.

Features

  • Create, Edit, Delete Todos: Users can manage their tasks with the ability to create, edit, delete, mark as complete, and mark as important.
  • Theme Selection: Choose between a dark and light theme to personalize the interface.
  • Persistent Data: Thanks to localStorage, all user preferences, including todos and theme choices, persist even after a page refresh.
  • Webpack Integration: The project is bundled using Webpack to ensure efficient resource management.

Icons

Icon by ColourByteDesigns on freeicons.io
Icon by Pexelpy on freeicons.io
Icon by Ahmad Smadi on freeicons.io
Icon by Pexelpy on freeicons.io
Icon by Oscar EstMont on freeicons.io
Icon by Fasil on freeicons.io
Icon by icon king1 on freeicons.io
Icon by Raj Dev on freeicons.io

ShowCase

About

A basic TODO webapp to practice my OOP's concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published