A Web platform where users can find courses and tutorials about programming hosted in many platforms. They can also write reviews of courses and tutorials.
This project was started to participate in the Supabase Hackathon.
Since this project was created in a short time for the Supabase Hackathon, it is still in a very alpha version. Here are some details to keep in mind:
- The course search engine itself will be public in the future.
- The authentication interface does not handle error messages.
- New accounts do not require confirmation.
- The search engine is a bit poor, it only filters by words in the title of the courses.
- ...and maybe you will find some bugs out there.
Any problem you detect please create an issue describing what it is about (for now there is no scheme to follow to create issues so feel free to use the format you want).
Clone the project
git clone https://github.com/imlautaro/bittermate.git
Go to the project directory
cd bittermate
Install dependencies
yarn
Start the development server
yarn dev
SUPABASE_URL
SUPABASE_KEY
This project uses the authentication system and databases protected by RLS policies.
I'm Lautaro, a 16 year old Web developer from Buenos Aires. I did this project without prior experience using Supabase so it was challenging but it was also super interesting and fun.