La Bodega is an app that emulated the experience of shopping at your neighborhood bodega/ corner store deli. La Bodega allows customer's to enter the shop and select produce from two shelves. Each shelves contain a variety of different categories and items to choose from. Customer's can then select which items they want and pay for items (if they have enough money in their e-wallet)!
This is a JavaScript application that implements React.
- Use your terminal to navigate into the place where you want to clone La Bodega's directory and
git clone
the url. - In terminal run
npm install
in order to install the necessary packages found in thepackage.json
file to run this frontend. - Make sure you run
rails s
for the backend server needed for this app( La Bodega API: https://github.com/tessneau/bodega-app-backend ), and then runnpm start
. - This should open up your browser to La Bodega's welcome page!
La Bodega makes requests to it's backend and allows its customers to:
- Create, read, and update their accounts with the help of JavaScript Web Token,Local Storage, and Bcrypt.
- Add and delete items from their cart which persists upon a user's rentry into the site.
- Customer's are given 10 dollars for the grand opening of La Bodega and can add money to their e-wallet should they not have enough money to pay for items.
- Are given access to a variety of different categories and produce that are commonly found in your local bodega.
- Tess Neau
- Daniela Sandoval
La Bodega requires packages such as React, Sass, and Semantics UI React.
This project is licensed under the Learn.co Educational Content License. Please read LICENSE.md
location in the directory or click on the following link (http://learn.co/content-license) for further details.