Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 562 Bytes

File metadata and controls

21 lines (15 loc) · 562 Bytes

Cravelle-Source

This project contains authentication pages (login, register, reset password) with Supabase integration.

Structure

  • login.html — Login page
  • register.html — Registration page
  • reset-password.html — Password reset page
  • src/css/auth-pages.css — Styles for authentication pages
  • src/js/auth.js — Authentication logic
  • src/js/supabase.js — Supabase integration

Setup

  1. Clone the repository.
  2. Open the HTML files in your browser.
  3. Configure Supabase credentials in src/js/supabase.js.

License

MIT