Roomble is a roommate management web app.
- User registration and login
- Protected dashboard route
- Household creation
- Invite code generation and storage in Supabase
- Chore tracker
- Shared expense splitter
- React + Vite
- Supabase for the backend database and authentication
- Git + Github for version control
- Clone the repository
git clone https://github.com/msrmayank/Roomble.git
- Navigate to the frontend folder.
cd frontend - Install the required dependencies.
npm install
- Start dev server
npm run dev
- Register account
- Login
- Create household
- View household name and invite code on dashboard
- Join household via invite code
- Chore tracker
- Expense splitter