- HTML
- Javascript
- React
- webpack
- npm
A webpage built to help a fictional Taproom maintain it's inventory. View a comprehensive list of all drinks the Taproom has inventory of and add more using a button on the main menu. View details on any drink by clicking on it's name. In the details page, you can edit the properties of a drink, delete the drink, or sell a drink and lower it's pints remaining.
https://app.diagrams.net/#G1pmACLEgzat5FtYm2tjq0fEwYy25MKcVt
- Clone this repository to your Desktop
- From the main project directory, run
npm install
in your terminal to load the necessary plugins and packages. - Run
npm run start
in your terminal to start the application. - Navigate the page in your browser by clicking on drink names and buttons.
Currently no known bugs. Struggling to push to GitHub, But the LAST PUSH WORKED! TRYING GITBASH NOW IN TERMINAL
MIT License
Copyright (c) [2021] [Zachary Wilson]
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.