Skip to content

AnishLaha-26/EvenSteven-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

281ae11Β Β·Β Β· Jul 24, 2025

History

12 Commits
Jul 24, 2025
Jul 23, 2025
Jul 23, 2025
Jul 17, 2025
Jul 23, 2025
Jul 17, 2025
Jul 17, 2025
Jul 23, 2025
Jul 17, 2025
Jul 17, 2025
Jul 17, 2025
Jul 23, 2025
Jul 17, 2025
Jul 17, 2025
Jul 23, 2025
Jul 17, 2025
Jul 17, 2025
Jul 17, 2025
Jul 17, 2025
Jul 17, 2025
Jul 17, 2025
Jul 23, 2025

Repository files navigation

🧾 EvenSteven – Cost Sharing App

Frontend Backend License

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.


πŸ“¦ Project Structure

EvenSteven/ β”œβ”€β”€ frontend/ # React + Vite + Tailwind └── backend/ # Node.js + Express (or Django for admin)n)


✨ Features

  • 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

πŸ–Ό Frontend Setup (/frontend)

πŸ›  Tech Stack

  • React + TypeScript
  • Vite
  • TailwindCSS
  • React Router

πŸš€ Installation

cd frontend
npm install
npm run dev