delicious-recipes

Delicious Recipes is a Webpack project, it retrieves information from two different APIs: Meals DB and Involvement API. The homepage lists some recipes that we can "like". The comment button opens a popup window, shows us more information about the recipe, and allows us to leave a comment.

Stars
17

Delicious Recipes

Delicious Recipes is a Webpack project, it retrieves information from two different APIs: Meals DB and Involvement API. The homepage lists some recipes that we can "like". The comment button opens a popup window, shows us more information about the recipe, and allows us to leave a comment.

Live Demo

You can see the app live here

Setup

Clone this repository

$ git clone [email protected]:Sahar-AbdelSamad/delicious-recipes.git
$ cd delicious-recipes

Run project

$ npm install
$ npm run start

Open page in browser

$ open dist/index.html

Run tests

To run the test just use the following command!

$ npm test

Built With

  • HTML
  • JavaScript
  • CSS
  • Webpack

Authors

Sahar Abdel Samad

Daniel Ufeli

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!

Related Projects