Just for funsies, because keeping track of all this stuff in a todo list is getting a little unwieldy and this will let me share this stuff a little more readily.
- Initial setup
- Scaffold UI
- Set up database
- Create DB schema for "job application" (status, title, company, workday link)
- Add Auth (auth.js)
- Add dashboard/application management page for signed in user
- Add new job applications
- Edit job application status
- Update applications to be linked to the user
- Delete job applications?