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

https://github.com/woragis/todo-app

Todo list app built for mobile, and web. Mobile: Flutter; Web: React Typescript; Backend: Rust with Axum
https://github.com/woragis/todo-app

aws axum dart docker flutter github-actions javascript kubernetes react react-native rust

Last synced: 3 months ago
JSON representation

Todo list app built for mobile, and web. Mobile: Flutter; Web: React Typescript; Backend: Rust with Axum

Awesome Lists containing this project

README

          

# Todo App

## Frontend Features

1. Authentication
2. Todo CRUD _(create, read, update, delete)_
3. Theme Switch _(automatic, dark, light)_
4. Language Switch Support (EN, ES, PT, RU, DE) _(English, Spanish, Portuguese, Russian, Deutsch)_

## Backned Features

1. Uuid as default id
2. Password Encryption
3. Check to see if user can access todos
4. Cache _still in development_
5. Time out to spam ips _still in development_