An intuitive platform for managing and sharing payments with friends. Simplify group expenses, calculate splits, and ensure everyone pays their share!
- 💳 Simplified Payments: Track and manage shared expenses with ease.
- 🤝 Easy Collaboration: Split bills with friends and ensure transparency.
- 📊 Real-Time Balances: Keep up-to-date with who owes what.
- 📱 Mobile-Friendly: Optimized for seamless usage on any device.
Follow the steps below to set up and run Pay Friends locally.
- Node.js (v16 or later)
-
Clone the Repository:
git clone https://github.com/GitArika/pay-friends.git cd pay-friends
-
Install Dependencies:
npm install
-
Run the Application:
# Start the api npm run api # Start the client npm start
-
Access the App:
Open your browser and navigate to http://localhost:3000.
Check out how Pay Friends works in this short demo:
Run tests to ensure everything is functioning as expected:
npm test
Contributions are welcome!
- Fork the repository.
- Create a feature branch:
git checkout -b feature/new-feature
- Commit your changes and push them.
- Submit a pull request for review.
For any questions or collaboration opportunities, feel free to reach out:
- Email: [email protected]
- GitHub: GitArika
This project is licensed under the MIT License. Feel free to use and adapt it as needed.