This project is a frontend application built with Vite and integrated with Supabase. Additionally, it uses Redux Toolkit for state management and Tailwind CSS for styling.
- Vite: Fast build tool for web development.
- Supabase: Backend platform for authentication, database, and real-time APIs.
- Redux Toolkit: Library for simple and scalable state management.
- Tailwind CSS: Utility-first CSS framework for rapid and customizable styling.
- dotenv: Environment variable management.
Before starting the project, create a .env
file at the root of the project with the following environment variables:
VITE_SUPABASE_URL=https://your-url.supabase.co
VITE_SUPABASE_ANON_KEY=your-api-token