Streamline group expenses with ease — FairShare makes it simple to track, split, and settle shared costs.
A live version is available at:
https://fair-share-ujgs.vercel.app/
-
Expense Tracking
Log expenses with details like description, date, amount, and payer. -
Group & Participant Management
Create groups (e.g., trips, roommates) and add participants with individual contributions. -
Auto Split Calculations
Automatically compute each person's share and display who owes whom. -
Interactive Visuals
Visualize expenses and balances through user-friendly charts and graphs.
- Language: Javascript, Typescript
- Frontend: React.js
- UI Styling: Tailwind
- Backend: Clerk, Convex
- Deployment: Vercel
-
Clone the repository
git clone https://github.com/Ankit-Roy-CSE/fair-share.git
-
Navigate to Project Folder
cd fairshare -
Install dependencies
npm install
-
Start the development server
npm start
-
Open in your browser
Go to http://localhost:3000 to explore FairShare locally.