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
- Host: GitHub
- URL: https://github.com/woragis/todo-app
- Owner: woragis
- Created: 2024-12-21T04:14:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T14:40:57.000Z (about 1 year ago)
- Last Synced: 2025-06-03T03:28:04.015Z (about 1 year ago)
- Topics: aws, axum, dart, docker, flutter, github-actions, javascript, kubernetes, react, react-native, rust
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_