A little reminder tool to keep track of tasks to clean on an interval based schedule
- Front
- Basic stubbed out functionality
- Replace stubs with REST API
- Sort tasks by priority
- Do not allow task without title to be created
- Smooth transition when opening task creation form
- Back
- Basic static file server
- Stubbed out REST API
- Replace stubs with database