Name: Ellingtonia
**Description: **A documented history of Duke Ellingtons performances.
**Link: **https://app.clutch.io/project/6434a32f623fdbb96d7b58a7
How my project is using Supabase: Uses it as its backend, creating tables for all the data, and buckets for assets relevant to each concert.
Are you looking for contributors: Not at the moment
More details:
Working on a little hobby project:
https://6434d75f0d46d063681de83c.clutch.show
For those curious to see how its built:
https://app.clutch.io/project/6434a32f623fdbb96d7b58a7?space=1042_102
The Screen.components are all "dumb" and simply accept props that are hardcoded into each of their instances in their spaces so I can work on them
App/Router and the files in the
loaders
directory is where all the data connection is happening. (code mode can be access in the top right corner, looks like a folder)
So far I'm only using the Database, and Storage APIs to get a deeper understanding of how this all works.
I want to build out an authed front-end interface to this so I can update it from the site (right now I'm just editing tables by hand)