Skip to content

Catalog-of-Recipes is a front-end application made using react and redux that will help you retrieve food images from Pexels Image & Video API, filter, and access details of unique food.

License

Notifications You must be signed in to change notification settings

guillainbisimwa/Catalogue-of-Recipes

Repository files navigation

Catalogue-of-Recipes

This is a recipe catalog based project made using react and redux

Catalog-of-Recipes is a front-end application that will help you retrieve food images from Pexels Image & Video API, filter and access details of unique food.

Screenshot

Built With

  • Node.js
  • React
  • React-DOM
  • React-Create-App
  • Redux
  • CSS
  • ES6
  • Material-ui

Tested With

  • Jest
  • Enzyme
  • redux-mock-store
  • moxios

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • NPM
  • JavaScript

Setup

Navigate to your desired location to download the contents of this repository. In order to clone this repository just type the following commands over the terminal in Linux or Mac or the Windows cmd console.

git clone https://github.com/guillainbisimwa/Catalogue-of-Recipes.git

Install

Run the following commands to install dependencies:

cd Catalogue-of-Recipes
npm install

API key Integration

Create a .env file in the root directory of this project. Add environment-specific variables on new lines in the form of NAME=VALUE. For example:

REACT_APP_SERVER_URL=...
REACT_APP_AUTH=...
REACT_APP_KEY=...
REACT_APP_HOST=...

You can find all your values from Pexels Image & Video API and rapidapi. Simply create an account and request an API key.

The environment variables from a .env file are loaded into process.env and used in actions file located in Catalogue-of-Recipes/src/redux/actions/index.js.

Usage

In order to run this project locally, just type this command:

npm start

Test

In order to test this project locally, just type this command:

npm test

Author

👤 Guillain Bisimwa

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgments

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Catalog-of-Recipes is a front-end application made using react and redux that will help you retrieve food images from Pexels Image & Video API, filter, and access details of unique food.

Topics

Resources

License

Stars

Watchers

Forks