SmartCheckout is a Web App that's made to help users find the best prices for a particular item from select stores. Also showing how much they would save if they went to shop at a particular store. On the top left corner of the Web App, the weather is display with live up weather updates for Bronx, NY.
npm init
npm install --save express
npm install ejs
npm install body-parser
npm install weather-js
Input : The user:
- Enters their grocery spending budget.
- Enters all the items in their grocery list.
- Click on the Checkout button!