An open API service indexing awesome lists of open source software.

https://github.com/digitaleweltlibrary/to-do-app


https://github.com/digitaleweltlibrary/to-do-app

react scss vite

Last synced: 4 months ago
JSON representation

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

![alt text](assets/lighttheme.png)

### Dark theme

![alt text](assets/darktheme.png)

## Version
V1.0: functionality and UI

V2.0: new UI design with To Do status