Quickly calculate how much you and your friend have spent, and how much one person owes
My best friend and I live in the same apartment, so we would go grocery shopping together every weekend. The receipts would consist of food that we both share such as ground beef and tomatoes, and food that only belongs to one of us like minted Ben & Jerry ice-cream (Totally recommended if you haven't tried). At the end of each trip, we would always have a receipt marked with three different colors: pink for shared food, orange for her food only, and yellow for my food only. Our receipts looked colorful, but they waste a lot of our time. We need a better way to quickly calculate how much each of us has spent after each grocery trip.
That's how this project came to life! I hope this tool will not only help us but many others splitting money faster and more accurately.
Check out the website here !
This project was generated with Angular CLI version 6.0.0.
Install the CLI using NPM (Node.js >= 10 required)
npm install -g @angular/cli@6.0.0
In the project's folder. Restore all NPM packages by running
npm install
Run this command in the project's folder.
ng serve
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Heidi Tran – HeidiTran1410@gmail.com
- Fork it (https://github.com/HeidiTran/GroceriesCalculator/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request