const Projects = ({ github_repos }) => {
return (
{/* MY THEME IS */}
A cozy, seasonal planning app that helps you choose one theme each month, organize tasks around it, and stay focused with a simple daily view.
My Theme Is is a gentle, seasonal productivity app I designed and built to help me stay centered without overwhelm. Each month starts with a simple prompt: "My theme is... what?" I choose a single focus for the month, create categories around it, and break those categories into small, actionable tasks.
Here is the Focus Page, where I bookmark a few tasks to guide my attention each day. The layout is intentionally simple and cozy so my to-do list feels inviting instead of stressful.
The interface shifts with the seasons, using soft backgrounds and warm visuals that create a calm planning environment. I'll be updating these backgrounds to work more as seamless pattern for any device size.
As I complete each month, the app stores my themes and finished tasks in a historical log that makes it easy to see how my focus has grown and changed over time.
I can then see a list of completed tasks within that theme.
I plan to add:
- Lofi music options
- A master list to braindump all tasks, regardless of theme
- Planning the next month
- In Progress & Blocked statuses
- Task Description, subtasks, and start/due dates
- Keyboard shortcuts
- An iOS app
My Theme Is turns monthly planning into a simple ritual by helping me set an intention, reduce overwhelm, and stay connected to what actually matters each month 🥰
)
}
export default Projects;