Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baizura-cloud/lifetracker_supabase
- Owner: Baizura-cloud
- Created: 2024-08-29T00:18:08.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T17:57:28.000Z (5 months ago)
- Last Synced: 2024-09-28T10:41:42.553Z (4 months ago)
- Topics: reactjs, supabase
- Language: JavaScript
- Homepage: https://66d0b6bac8818467a13890bd--llifetracker.netlify.app/
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 statusThis 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 startSupabase 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)