https://github.com/javianng/overkillgolftripreceipt
Project to mess with my friends.
https://github.com/javianng/overkillgolftripreceipt
bootstrap calculator chart css expenses html javascript
Last synced: 2 months ago
JSON representation
Project to mess with my friends.
- Host: GitHub
- URL: https://github.com/javianng/overkillgolftripreceipt
- Owner: javianng
- License: mit
- Created: 2025-03-25T15:22:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T15:24:30.000Z (over 1 year ago)
- Last Synced: 2025-03-25T16:30:43.560Z (over 1 year ago)
- Topics: bootstrap, calculator, chart, css, expenses, html, javascript
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overkill Golf Trip Receipt Generator
My friends sent me a golf trip receipt with a pie chart and Excel table (see below). I decided to build a shareable receipt generator for fun, making it easy to create and share detailed expense breakdowns for golf trips.


## Features
- **Interactive Expense Tracking**: Add and manage multiple expenditures with descriptions and amounts
- **Payment Management**: Track payments made by different participants
- **Real-time Calculations**: Automatic calculation of who owes what to whom
- **Visual Analytics**: Beautiful pie chart visualization of expense distribution
- **Shareable Links**: Generate unique URLs to share your expense breakdown with others
- **Editable Title**: Customize the title of your expense sheet
- **Responsive Design**: Works seamlessly on both desktop and mobile devices
## How It Works
1. Add your expenditures with descriptions and amounts
2. Record payments made by participants
3. View the automatic calculation of who owes what
4. Generate a shareable link to send to your friends
5. Share the expense breakdown with your golf buddies
The application uses modern web technologies including:
- Chart.js for visualizations
- Bootstrap (Not the biggest fan of the design but quick project for fun...)
- JavaScript for dynamic calculations and interactivity