PlanIt is your digital notebook for organizing daily tasks. Categorize, prioritize, and get things done with ease — all in one clean, focused space.
Whether you're planning your week or jotting down last-minute errands, PlanIt keeps everything in one place so you can stay on track.
- Built with Python Flask for server-side functionality.
- A dark theme toggle button to enhance accessibility and user comfort.
- Tasks are stored in the end user's local PostgreSQL database using SQLAlchemy.
- Users can create new tasks using the input form with category and priority selectors.
- Tasks are displayed in a notebook-style interface for an organized and aesthetic experience.
- Existing tasks are retrieved from the database and rendered dynamically on page load.
- Each task includes a delete button that allows users to remove it from the UI and the database.
- See our Stretch Features for future implementations.
🔸 Sabrina Ira ➡️
🔸 Elian Sarmiento ➡️
❔ Click here for setup documentation!
🔼 Return to top