A web application to help Cornell University students track and manage their BRB (Big Red Bucks) meal plan spending throughout the semester.
BRB Counter is a simple, user-friendly tool that calculates whether you're on track with your BRB spending. It analyzes your current BRB balance against the progress of the semester to determine if you're over-spending, under-spending, or perfectly on track with your meal plan.
- Calculate semester completion percentage based on current date
- Track percentage of BRBs used
- Project ideal weekly and daily BRB spending rates
- Provide personalized feedback based on spending patterns
- Informational popup explaining calculation methodology
- HTML5
- CSS3
- Vanilla JavaScript
- Vercel for hosting and analytics
- Enter your starting BRB amount (default is 400)
- Enter your current BRB balance
- Click "Calculate" to see:
- Semester completion percentage
- Percentage of BRBs used
- Projected weekly usage
- Projected daily usage
- A comment suggesting whether to adjust your spending
To run this project locally:
-
Clone the repository
git clone https://github.com/yourusername/BRB-Counter-web.git -
Navigate to the project directory
cd BRB-Counter-web/BRB\ counter/ -
Open the
index.htmlfile in your browseropen index.htmlAlternatively, you can use a simple HTTP server:
python -m http.serverThen visit
http://localhost:8000in your browser.
Feel free to fork this repository and submit pull requests for any enhancements or bug fixes.
Developed by Joshua Dirga (2024)
