Build a website to list and search beers.
API provided by Punk API.
- First load does not display any beers
- Users can see all beers clicking Home link
- Show loader while beers are loading
- Users can find beers using instant search (search as you type)
- Users can find beers using advanced search with more criteria (IBU, ABV, EBC, Brewery date)
- Users can save beers as favorites clicking star icon
- Users can see favorite beers clicking Favorites link
- Users can click beer card to open popup dialog
- Popup dialog should contain section with three random beers
- Users can close popup by clicking on background or ESC
- Top menu with Home and Favorites links should be sticky
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.