/daily-dollars

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

Primary LanguageTypeScriptMIT LicenseMIT

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