Asymm interview code challenge
To execute the challenge, you need to run the following commands.
To install the dependencies, run:
yarn
Configure the environment variables by creating a .env file on the root of your project with the following content:
.env
REACT_APP_API_URL=https://api.spoonacular.com/food/ingredients/
REACT_APP_API_KEY=YOUR_SPOONACULAR_API_KEY
REACT_APP_IMAGES_CDN=https://spoonacular.com/cdn/ingredients_500x500
Finally, you can run the project with:
yarn start