Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baizura-cloud/lifetracker_supabase

Life Tracker using Supabase database
https://github.com/baizura-cloud/lifetracker_supabase

reactjs supabase

Last synced: 4 months ago
JSON representation

Life Tracker using Supabase database

Awesome Lists containing this project

README

        

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](https://github.com/user-attachments/assets/556d9ab3-7417-4d8f-9862-ab3424d92d19)

Supabase table: todos
![image](https://github.com/user-attachments/assets/2accdec9-9fae-48a0-aaca-e6c43c9ae9c7)

UI of the project:
![image](https://github.com/user-attachments/assets/24cc79a8-2ea3-496d-af3d-e24b75d7752e)