Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 855 Bytes

File metadata and controls

47 lines (29 loc) · 855 Bytes

To Do app

The To Do app

This is a simple to-do app. To-dos are saved in local storage and always loaded from there (no synchronization between multiple devices). To-dos can be created, marked as completed, and deleted. Two themes are available: light and dark.

So you can clone the project

  • First you copy the github download link
git clone https://github.com/DigitaleWeltLibrary/to-do-app
  • Then you have cloned the repository in your directory
  • After that you have to install the node packages
npm install
  • you are ready to start the app
npm run dev

Used techniques

  • vite
  • react
  • FontAwesomeIcon

Themes

Light theme

alt text

Dark theme

alt text

Version

V1.0: functionality and UI

V2.0: new UI design with To Do status