This project was bootstrapped with Create React App.
React/JS-based keg monitoring application for a fictional bar using local and shared State. Users can create new kegs, view existing and and added ones, and "sell" pints from them.
Practice of React click handlers and Create/Read/Update functionality.
In Terminal:
- Navigate to where you want this application to be saved, i.e.:
cd desktop
- Clone the file from GitHub with HTTPS
git clone https://github.com/violenzae/tap-room
- In the root directory of the project, run
npm install
and thennpm start
, which will start up an instance in your browser at http://localhost:3000.
No known bugs at this time.
Have a bug or an issue with this application? Open a new issue here on GitHub.
- Node.js
- React
- Webpack
- Javascript
- HTML & CSS
- Bootstrap 4
- Create React App
- react-progressbar (https://www.npmjs.com/package/react-progressbar)
Copyright (c) 2020 Rachel Schieferstein