TheArtOfPour / taop-react

TAP React front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taop-react

Frontend react code for https://theartofpour.com

Thank you to everyone who attended my talk at this year's HomebrewCon.

I'll be working over the next few days on getting any remaining code/data deployed, as well as setting licenses and documentation.

Cheers!

This project relies on taop-api running @ http://127.0.0.1:5000

This url is configurable through the .env file (REACT_APP_API_URL=http://127.0.0.1:5000)

Installing:

npm install (This can take a while...)

Running:

npm start

This project was bootstrapped with Create React App.

@todo : "add" button for ingredient inputs

@todo : implement page for statistical api feed

About

TAP React front-end

License:GNU General Public License v3.0


Languages

Language:JavaScript 59.9%Language:CSS 32.1%Language:HTML 8.0%