A single page web application to search for and explore cocktails. Uses cocktaildb.com API database.
- React
- SCSS
- npm
npm install npm@latest -g
- Get api key by backing cocktaildb on patreon.
- Clone the repo
git clone https://github.com/Jam52/cocktail-app.git
- Install NPM packages
npm install
- Enter your API key in
.env
file
REACT_APP_COCKTAIL_KEY='Your Key Here'
- Run project
npm start
Hosted on heroku
Jamie Sajdak - jamie.sajdak@gmail.com