jenetic / daily-dollars

Tool that calculates recommended daily dining dollar spending for UCSD students based on remaining dining dollars.

Home Page:https://jenetic.github.io/daily-dollars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Dollars

NOTE: The rollover option does not work because I haven't updated it for 2023

Based on your amount of remaining dining dollars, this tool calculates the recommended daily spending amount between today and the end of the UC San Diego school year to have enough money based on input of holiday breaks, weekends, and additional days.

Try it out here! website screenshot

Built With

This was built with TypeScript, HTML, and CSS.

Development

# Install dependencies
$ npm install

# Start development server
$ npm run dev

# Bundle files for production
$ npm run build

# Deploy to Github Pages
$ npm run deploy

About

Tool that calculates recommended daily dining dollar spending for UCSD students based on remaining dining dollars.

https://jenetic.github.io/daily-dollars

License:MIT License


Languages

Language:TypeScript 57.2%Language:HTML 21.8%Language:CSS 13.3%Language:JavaScript 7.7%