Look at the DEMO.
Beer Menu
Beer Page
Hit this brew dog api, display the results: url: https://api.punkapi.com/v2/beers?brewed_after=11-2012
- Use Vue with Nuxt
- Display:
- Name
- Tagline
- Description
- Image
- ABV
- IBU
- Warning of some sort if contains lactose
- Hi-lite of some sort if dry hopped
- Sort by ascending ABV
- Remove any with Centennial hops
Challenge delivered: Beer Menu
Others:
Make sure to install the dependencies:
# pnpm pnpm installClone the file .env.example and rename to .env.
Start the development server on http://localhost:3000:
# pnpm pnpm run devBuild the application for production:
# pnpm pnpm run buildLocally preview production build:
# pnpm pnpm run previewCheck out the deployment documentation for more information.



