By Levi Kohler
This project is not in a complete or portfolio ready state, and should not be considered as representation of professional work.
A React application for a taproom to manage their kegs. A user can see all available kegs and their details as well as add and remove kegs as needed.
- Copy this repositories URL to your clipboard
- Navigate to your desktop using the terminal or your preferred equivalent
- Clone my repository from GitHub using
git clone https://github.com/levi-kohler/tap-room
in your terminal or equivalent - Navigate to the downloaded folder using
cd
command - Execute the
code .
command in your terminal and it will open all source code in your code editor
A GitHub page is not available for this project. To view functionality in your browser:
- Navigate to the 'tap-room' folder in your terminal
- Enter
npm install
- enter
npm run start
- Open your browser and visit http://localhost:3000
- React
- JSX
- JavaScript
- npm
- webpack
- ESLint
- Babel
- Git & GitHub
- No known bugs
© Levi Kohler, 2021