This repository is a boiler plate based on our backoffice architecture, our backoffice is built with React 16. Code is linted using ESlint with the Airbnb ruleset and Prettier. We don't use Redux or any other state management library but React hooks and Apollo state with React Router for the routing.
Requirements:
- node >= 12
You will have to fetch aliments (Ingredients) from our staging API and reproduce the design of the picture below.
Tasks are as follows:
- Create a component to display a aliments.
- Fetch the aliments from the API.
- Implement the design from the picture
- Create a filtering with the design of your choice allowing to filter aliments by category.
Feel free to ask about anything 😉
Start:
npm start