Production application is react based and can be found in folder /today-i-learned.
Original vanilla take on the app can be found within /v1.
- Supabase backend initialisation
- @supabase/supabase-js
- Supabase configuration containing supabaseURL, supabaseKey(api) & create client function
- Supabase table with required configuration and K:V pairs
This GitHub Repo has been created as an prototype introduction to software development for myself, covering small amounts of HTML, CSS, JavaScript & React.
The repository and journal will be following the Udemy Full Stack Crash Course.
The Objective of the course is to produce a "Hacker News" style website which can be deployed and hosted externally with headlines, external links, user interactivity (voting mechanism) and persistent data.