Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.27 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.27 KB

Iroh's Tea Shop

A React application built to track the tea inventory at the world's best tea shop located in Ba Sing Se.

By Z Perez

Technologies Used

  • React
  • JavaScript
  • HTML
  • CSS
  • Bootstrap
  • Markdown

Description

This application was developed to utilize full CRUD functionality. Users can view tea details, add, update, and delete teas, and buy tea. When a user purchases a tea, the quantity is reduced by one ounce.

TeaShop

Diagram

TeaDiagram

Setup/Installation Requirements

  • Go to GitHub
  • Clone git repository to local machine
$ git clone https://github.com/zperez0/tea-shop.git
  • Navigate to root folder and open directory in your terminal

Build Environment

  • Install packages:
$ npm install

Server:

  • Start server:
$ npm start
It should automatically open up the server if not
  • Open up your browser and go to:
http://localhost:3000/

Known Bugs

  • When a user updates a tea, they must complete each field. Otherwise, it will return empty fields and set the 'Availability' to 'Out of Stock'.

License

MIT

Copyright (c) 2022, Z Perez