LifeTracker_supabase

Life Tracker using Supabase database

Stars
0
Committers
1

Project Name: Life Tracker Life Tracker consists of two section - Scheduler & Task

  1. Scheduler arrange and display based on the calendar
  2. Task arrange and display based on the status

This project created with the purpose to explore Supabase as database and deployment through netlify

How to run locally:

  1. repo the project
  2. npm install
  3. create supabase & table todos & table schedule
  4. create .env with supabase url & supabase anon key
  5. npm start

Supabase table: schedules image

Supabase table: todos image

UI of the project: image

Related Projects