Felipe, Ashley, Catherine, Ian, Amit
Budgeting page takes in expenses, saves them to the database, and calculates remaining budget.
Tip Calculator calculates total bill amount from bill amount and desired tip percentage.
Tax Calculator calculates total price from item price and tax rate by state.
Stocks page returns current financial news from https://finnhub.io/docs/api API.
Currency Converter uses a widget from https://currencyrate.today/ to convert entered amounts.
Resource:
When the user tries to access an invalid URL, we display a 404 page.
- Utilizes a Node and Express Web Server
- Is backed by a MySQL Database with a Sequelize ORM
- Uses both GET and POST routes for retrieving and adding new data
- Is deployed using Heroku (with Data)
- Incorporates widget
- Has a polished frontend/UI
- Is organized by a folder structure that meets MVC Paradigm
- Meets good quality coding standards (indentation, scoping, naming)