Get your beers from an API!
- List 10 beers from the API.
- Search your beers by text and year.
- Searchs limitated to 10 elements.
- Click on each beer to see the detail.
- Show all the information of the beer.
- Add likes.
- Add comments.
> git clone https://github.com/hvctgr/BeerFlix.git
> npm install
Run the app
> npm start
Build the webpack package
> npm run webpack
Build the webpack package automatically when changes
> npm run webpack:dev
> npm run prod
- HTML
- SASS
- ES6
- PostCSS
- Babel
- Webpack 4