A small project made with React & Punk API
https://beer-catalogue.vercel.app
- React (Typescript)
- Punk API
- Jest + React Testing Library
- Redux Toolkit + Axios
- Sass
- Display a list of the beers
- Add, edit or remove any of the existing beers
- Displays a toast for every relevant user action
- Mobile first approach
- Unit and integration tests
Create .env file in root directory and add the following:
REACT_APP_API_URL={punk-api-url}
Install dependencies:
npm install
Start dev server:
npm run start