/bank-bonus-tracker

For Brown's CS1300 Development assignment

Primary LanguageTypeScript

Development Assignment

How to access

The Bank Bonus Tracker app is deployed at https://bank-bonus-tracker.vercel.app/.

The app's source code is available at the following repository: https://github.com/Mitchman215/bank-bonus-tracker.

A project report is available here: https://mitchman215.github.io/cs1300-portfolio/case-studies/development/.

How to run

To run the app locally, first clone the app's source code.

git clone https://github.com/Mitchman215/bank-bonus-tracker.git

Then run the following commands from the project's root directory:

pnpm i
pnpm run dev

The site should now be accessible at the displayed localhost address.

Known bugs

None!