https://github.com/digitaleweltlibrary/to-do-app
https://github.com/digitaleweltlibrary/to-do-app
react scss vite
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digitaleweltlibrary/to-do-app
- Owner: DigitaleWeltLibrary
- License: mit
- Created: 2025-06-01T09:14:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T09:27:28.000Z (about 1 year ago)
- Last Synced: 2025-06-17T05:07:05.200Z (about 1 year ago)
- Topics: react, scss, vite
- Language: JavaScript
- Homepage: https://digitaleweltlibrary.github.io/to-do-app/
- Size: 765 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
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
```bash
npm install
```
- you are ready to start the app
```bash
npm run dev
```
## Used techniques
- vite
- react
- FontAwesomeIcon
## Themes
### Light theme

### Dark theme

## Version
V1.0: functionality and UI
V2.0: new UI design with To Do status