/tap-room

My first React application with full CRUD functionality.

Primary LanguageJavaScript

The Tap Room

By Carlos Urquiza

A React app for The Tap Room.

Technologies Used

  • React
  • JavaScript
  • JSX
  • Node.js
  • Bootstrap

Description

  • As a user, I can see a list of all available beers. For each beer, I can see its name, brand, style, price and quantity.
  • As a user, I can submit a form to add a new beer to a list.
  • As a user, I can click on a beer to see its detail page.
  • As a user, I can see how many pints are left of a particular beer.
  • As a user, I can click a button next to a beer whenever I sell a pint of it. This action decreases the number of pints left by 1. Pints do not go below 0.

Setup/Installation Requirements

  • Clone this repository.
  • Open your terminal.
  • Navigate to the directory (such as your Desktop) where you want the cloned directory.
  • Type git clone and paste the URL you copied.
  • Press Enter.
  • Navigate to tap-room by running cd tap-room.
  • Run npm install.
  • Run npm start to view project in local host.

Diagram

tap-room-diagram

Known Bugs

  • No known bugs.

License

MIT License

Copyright (c) 2021 Carlos Urquiza

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contact Information

Feel free to contact me at webquiza@gmail.com with any questions regarding this webpage.