Skip to content

Recipe Catalogue is a single-page React application built using React and Redux. The Application fetches data from themealdb recipe API and displays it based on the categories of the recipes.

License

Notifications You must be signed in to change notification settings

gango-anan/recipe-catalogue

Repository files navigation

Recipe Catalogue

About

Recipe Catalogue is a single-page React application built using React and Redux for managing the state of the application. The Application fetches data from themealdb recipe API. The Application is also able to filter the recipes based on the categories of the recipes. It can also display all the recipes and meals which belong to a given category of recipes.

Below are screenshots of the App

Screenshot of the home page

screenshot

Screenshot of the meals page

screenshot

Built With

  • HTML
  • CSS
  • Webpack
  • npm
  • React.js
  • Redux
  • themealdb recipe API

Live Demo

Live Demo Link

prerequisite

You must have a live internet connection before you get started.

Getting started

To get started:

Clone the repo:

$ git clone https://github.com/gango-anan/recipe-catalogue.git

Setup and run the application

Install node.js:

First install node.js

Next, navigate to the project folder and install other dependencies using the following command:

$ npm install

Run the test suite to verify that everything is working correctly:

$ npm test

If the test suite passes, launch the web server using the following command:

$ npm start

Finally you can launch the application in your browser URL tab, by typing:

localhost:3000

Author

Galiwango Ananiya

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Odin Project

📝 License

This project is MIT licensed.

About

Recipe Catalogue is a single-page React application built using React and Redux. The Application fetches data from themealdb recipe API and displays it based on the categories of the recipes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published