tatthien / myweek

MyWeek is a weekly planner & to-do list app

Home Page:https://myweek.thien.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

share-image

MyWeek

MyWeek is a weekly planner & to-do list app. It aims to enhance your productivity, manage your stuff in a week calendar view.

Features

  • Active calendars
  • Manage tasks
  • Notes
  • Drag & drop items
  • Checklists
  • Labels
  • Dark theme (coming soon)
  • Recurring tasks (comming soon)

Development

Prerequisites

These tools must be installed on your local machine.

  • pnpm
  • node v16+

Installation

pnpm install

Create Supabase project

MyWeek uses database & authentication services from Supabase. You have to create a project in Supabase to get the URL and ANON_KEY.

supabase project settings

Start locally

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

Screenshots

Here is some screenshots of MyWeek. Visit myweek.thien.dev to explore more.

Screenshot 2023-03-11 at 15 32 35

Screenshot 2023-03-11 at 15 33 15

Screenshot 2023-03-11 at 15 34 14

Screenshot 2023-03-11 at 15 33 32

License

MyWeek is released under MIT license. See LICENSE for more information.

About

MyWeek is a weekly planner & to-do list app

https://myweek.thien.dev

License:MIT License


Languages

Language:Vue 69.1%Language:TypeScript 14.3%Language:JavaScript 13.4%Language:HTML 2.5%Language:CSS 0.7%