https://github.com/wilsonle/split-the-bill
Simple Bill Splitting Application. Invite your friends to split a bill, enter the expenses, then the app will calculate who sends how much to who
https://github.com/wilsonle/split-the-bill
Last synced: about 1 year ago
JSON representation
Simple Bill Splitting Application. Invite your friends to split a bill, enter the expenses, then the app will calculate who sends how much to who
- Host: GitHub
- URL: https://github.com/wilsonle/split-the-bill
- Owner: WilsonLe
- Created: 2021-07-09T12:53:22.000Z (about 5 years ago)
- Default Branch: production
- Last Pushed: 2021-12-17T16:19:36.000Z (over 4 years ago)
- Last Synced: 2025-05-17T00:09:33.779Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://split-the-bill-wilsonle.web.app/
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Split-The-Bill
## Demo link:
Access my site at [split-the-bill-wilsonle.web.app](https://split-the-bill-wilsonle.web.app)
## Table of Content:
- [Split-The-Bill](#split-the-bill)
- [Demo link:](#demo-link)
- [Table of Content:](#table-of-content)
- [About The App](#about-the-app)
- [Screenshots](#screenshots)
- [Technologies](#technologies)
- [Get Started](#get-started)
- [Status](#status)
- [Credits](#credits)
- [License](#license)
## About The App
Split up any bill, know how much each person is paying!
Split The Bill allows you to easily record your spendings in any event with your friends. Whether it's a Friday night out or school club events, Split The Bill will help you easily record how much each person is spending and calculate how much you should send and receive to ensure everyone is paying the same amount.
## Screenshots
Many things in life are worth waiting for. Split The Bill screenshots are one of them. Awesome screenshots coming soon!
## Technologies
- Frontend: [React](https://reactjs.org), [Tailwind CSS](https://tailwindcss.com), [Typescript](https://www.typescriptlang.org)
- Backend: [Firebase](https://firebase.google.com)
## Get Started
- Install dependencies in all project folders
```
yarn install
```
- Concurrently start React app and emulators
```
yarn start
```
- Run end to end test
```
yarn test
```
## Status
[Development note](https://split-the-bill-wilsonle.web.app/versions)
## Credits
List of contributors:
- [Wilson Le](https://wilsonle.me)
## License
MIT license @ [Wilson Le](https://wilsonle.me)