Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 958 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 958 Bytes

"Breadflation" Calculator

This is a single page application where users can explore how many loaves of bread a minimum wage paycheck could buy over a period of time. The aim of this project is to help users understand purchasing power and inflation in a lighthearted and concrete way.

This project was developed as part of the course requirements for Code Kentucky.

Feature List

  • Create a function that accepts two or more input parameters and returns a value that is calculated or determined by the inputs
  • Use arrays, objects, sets or maps to store and retrieve information that is displayed in your app
  • Analyze data that is stored in arrays, objects, sets or maps and display information about it in your app
  • Retrieve data from a third-party API and use it to display something within your app
  • Implement modern interactive UI features (e.g. table/data sorting, autocomplete, drag-and-drop, calendar-date-picker, etc.)