A basic login/register system that uses email and password for registration and sends an confirmation email to the user, there are 2 html files, one is index (the logni page) and the second one is dashboard, nothing is on dashboard and its fully customizable, make sure to read README!!!

1.to acces anything, make sure to extract all files, you can do it in the file explorer
2. make sure to create an account at https://supabase.com/
3. Create an organization and a project, then take both of your project id from Settings -> general and anon public key from Setting -> API keys -> legacy anon, service_role API keys
IMPORTANT: WHEN CRAETING AN ORGANIZATION MAKE SURE TO USE YOUR REGION, FOR EXAMPLE EU, OTHERWISE PROBLEMS MAY OCCUR
- launch the project using your IDE (I use pycharm but you can use anything in general)
- in line 84 and 85 of the index.html file, replace https://YOUR_PROJECT_ID.supabase.co with your project id and YOUR_SUPABASE_ANONKEY with your supabase anon key
Feel free to customize anything you want, just make sure to not break anything ig? But you can always go back using local history
if you want to deploy your project finally as a website, i recommend uploading it to github that way you can edit it later! After you upload it check out https://www.netlify.com/ for hosting your website, its free and always runs!