| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Expense Splitter is a full-stack web application built using the MERN stack (MongoDB, Express.js, React, Node.js) with Tailwind CSS for styling and Chart.js for visualizing shared expenses.
It helps roommates, friends, or groups track shared expenses, split costs, and see who owes whom, with a user-friendly interface and clear debt summaries.
| Frontend | Backend | Others |
|---|---|---|
| React.js | Node.js | Tailwind CSS |
| Chart.js (via react-chartjs-2) | Express.js | dotenv |
| Axios / fetch | MongoDB (via Mongoose) | GitHub Desktop |
/client → React frontend (Tailwind + Chart.js) /server → Express backend (MongoDB + REST API) /README.md → Project info
(You can add screenshots of your app interface here before committing to GitHub)
git clone https://github.com/yourusername/expense-splitter.git
cd expense-splitterAdd .env file in the backend folder
Add your PORT and MONGO_URL in it
Add .env file in the frontend
Add your VITE_API_URL in it. cd backend
npm install
npm startcd client
npm install
npm run devThis app showcases:
Great for internship, job applications, and portfolio!
| Back | FazBrowse Home | New Git URL |