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
- Host: GitHub
- URL: https://github.com/sedarius-1/task_organizer
- Owner: Sedarius-1
- Created: 2023-03-10T08:07:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T19:52:04.000Z (over 3 years ago)
- Last Synced: 2025-02-25T13:42:36.664Z (over 1 year ago)
- Topics: flask, python, task-organizer, todo, vercel
- Language: Python
- Homepage: https://task-organizer-two.vercel.app
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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