Using the 🍺 Brewdog Punk API (no authentification required 👍) and ⚛React + React Native Web, you will create a single page application with a simple form to search and display a beer list as you type. Feel also free to personnalize your app with a kickass style ✨.
This repository is a boilerplate containing everything you need to realize this exercise: it's based on Create React App, the dependencies are already declared in the package.json
and sensible default global styles as been set.
You can use JavaScript or TypeScript (pick the one you feel the most confident with). By default, the src/JavaScript/App.js
file will be used as the entry point. To switch and use the src/TypeScript/App.tsx
file instead, set the USE_TYPESCRIPT
variable in src/index.tsx
to true
.
👉 Your code will be published on a GitHub repository.
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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.