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

https://github.com/flavien-hugs/flet-app

Simple todo app wiith flet
https://github.com/flavien-hugs/flet-app

flet flet-todo-app python3

Last synced: 7 months ago
JSON representation

Simple todo app wiith flet

Awesome Lists containing this project

README

          

### Simple TodoApp with [flet](https://flet.dev/)

Simple TodoApp application [flet](https://flet.dev/) to implement CRUD.

![Flask CRUD](https://github.com/flavien-hugs/flet-app/blob/main/screenshort.png)

## Installation

- step 1 : clone the project
```
git clone https://github.com/flavien-hugs/flet-app.git
```

- step 2 : enter the project directory
```
cd flet-app
```

- step 3 : Install dependences
```
pipenv shell and pipenv install
or
make install
```

- step 4: run project
```
python run.py
or
make run
```

- step 5: Test and enjoy