MyWeek is a weekly planner & to-do list app. It aims to enhance your productivity, manage your stuff in a week calendar view.
- Active calendars
- Manage tasks
- Notes
- Drag & drop items
- Checklists
- Labels
- Dark theme (coming soon)
- Recurring tasks (comming soon)
These tools must be installed on your local machine.
pnpm
node
v16+
pnpm install
MyWeek uses database & authentication services from Supabase. You have to create a project in Supabase to get the URL
and ANON_KEY
.
Create a new .env file and add the environment variables which you can get from the Supabase project's settings that you already created in the step above.
VITE_SP_URL='supabase_url'
VITE_SP_ANON_KEY='supabase_anon_key'
After that, run the following command.
pnpm dev
Here is some screenshots of MyWeek. Visit myweek.thien.dev to explore more.
MyWeek is released under MIT license. See LICENSE for more information.