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

https://github.com/sedarius-1/task_organizer

Flask website to track tasks/assignments
https://github.com/sedarius-1/task_organizer

flask python task-organizer todo vercel

Last synced: about 2 months ago
JSON representation

Flask website to track tasks/assignments

Awesome Lists containing this project

README

          

# Task Organizer Website

Hi there!

### To do:
- [x] Prepare basic structure of a service
- [x] Create a main python function to handle routing
- [x] Add option to add tasks
- [x] Add option to remove tasks
- [x] Add option to mark tasks as finished
- [x] Fomat the front-end
- [x] Add register system
- [x] Add login system
- [x] Integrate password hashing
- [ ] Add client-side validation
- [ ] Add more client-side informations about errors
- [ ] Add sql validation
- [ ] Increase test coverage