|| Tap-Room ||
___________________________
Initiated 11/20/2020. Edited on 12/4/2020.
Project Docs · Report Bug · Request Feature
------------------------------This react app was updated with REDUX is built based on the following diagram. Users are able to add new keg records and details which are displayed in a list. List items can be selected which display the keg details where they can be deleted, or pints can be sold. If pints reach 0, they will stop decrementing and remain empty.
- when user edits a keg it accepts the change only after user selects back to keg list and resets the pints left to 124
- Visual Studio Code
- React
- HTML
- CSS
- Bootstrap
- REDUX
- Clone this repository onto your computer: "git clone https://github.com/dschaaf89/Tap-Room"
- Navigate into the "Tap-Room" directory in Visual Studio Code or preferred text editor:
- Open the project by typing "code ." while in the previous directory in your terminal.
- Open your computer's terminal and navigate to the directory bearing the name of the program and containing the top level subdirectories and files.
- Type "npm install" in your console to install necessary dependencies and allow use of the following scripts.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
To view or edit the code, you will need an code editor or text editor. The popular open-source choices for an code editor are Atom and VisualStudio Code.
- Code Editor Download:
- Option 1: Atom
- Option 2: VisualStudio Code
- Click the download most applicable to your OS and system.
- Wait for download to complete, then install -- Windows will run the setup exe and macOS will drag and drop into applications.
- Optionally, create a GitHub Account
- Clone this repository onto your computer: "git clone https://github.com/dschaaf89/Tap-Room"
- Navigate into the "Tap-Room" directory in Visual Studio Code or preferred text editor:
- Open the project by typing "code ." while in the previous directory in your terminal.
- Open your computer's terminal and navigate to the directory bearing the name of the program and containing the top level subdirectories and files.
- Type "npm install" in your console to install necessary dependencies and allow use of the following scripts.
This project was bootstrapped with Create React App.
Author | GitHub | |
---|---|---|
Daniel Schaaf | dschaaf89 | Daniel.schaaf@outlook.com |
If you have any feedback or concerns, please contact one of the contributors.
This project is licensed under the MIT License. Copyright (C) 2020 Daniel Schaaf All Rights Reserved.
MIT License
Copyright (c) 2020 **_Daniel Schaaf_**
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.
"A school for tech careers... to help people learn the skills they need to get great jobs."
"...The Internet is becoming the town square for the global village of tomorrow..."
- Bill Gates
Return to Top