EvenSteven is a mobile-first app that helps friend groups split costs fairly and transparently. Whether itβs a road trip, house party, or shared bills, EvenSteven helps everyone stay square.
EvenSteven/ βββ frontend/ # React + Vite + Tailwind βββ backend/ # Node.js + Express (or Django for admin)n)
- Create or join cost-sharing groups
- Track expenses and payments
- Invite friends with a shareable code
- Smart balancing: see who owes what
- Mobile-first UI with TailwindCSS
- REST API for all core operations
- React + TypeScript
- Vite
- TailwindCSS
- React Router
cd frontend
npm install
npm run dev