awesome-recipes

This is a simple recipe app that allows you to search for a delightful recipe by name, and choose one based on its popularity and ratings. Built using ReactJS, Redux, and Bootstrap.

MIT License

Stars
11
Committers
1

📗 Table of Contents

📖 Awesome Recipes

This is a simple recipe app that allows you to search for a delightful recipe by name, and choose one based in their poularity and ratings.

🛠 Built With

Tech Stack

This app was built using the following technologies:

Key Features

  • Search for a recipe by name.
  • Choose a recipe based on their popularity and ratings.
  • Sort recipes by alphabetical order, popularity and ratings.
  • See the recipe details (ingredients, instructions, etc).
  • See information about the app.

🚀 Live Demo

  • Awesome Recipes Demo link
  • Video-tutorial link

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Installed in your local machine:

  • Node.js
  • Git

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Camilovelag/awesome-recipes.git

Install

Install this project with:

  cd awesome-recipes
  npm install

Usage

To run the project, execute the following command:

  npm run start

Run tests

To run tests, run the following command:

  npm run test

👥 Authors

👤 Camilo Vela

🔭 Future Features

  • Improve recipe details layout for desktop version.
  • Improve testing coverage.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project leave a star.

🙏 Acknowledgments

I would like to say thanks to Microverse for letting us be part of this amazing program. Thanks to Nelson Sakwa for his Design visit site. And thanks to all the people who helped me to make this project possible.

❓ FAQ

  • There are more info available to display?

    • Yes, there are. This app have a bunch of interesting info to improve the recipe details section.
  • Can I add recipes?

    • This API doesn't allow add new recipes.
  • Could I use a different API?

    • Yes, of course. Fetch requests are built in a separate file, so you could change the API easily.

📝 License

This project is MIT licensed.