A recipe finding app using Food2Fork api. This web application can be used as a guide to cook your favorite dish. It also has a feature to add recipe as your favorite and can also tell the number and amount of ingredients needed to build a specific dish according to number of people.
The motivation behind the creation and maintenance of the project was to learn concepts relatd to async fetch, webpack, bable and other build tools using pure javascript.
Build status of continus integration.
- Search over 1,000,000 recipes.
- Powered by Food2Fork.
- Display ingredients.
- Allow to choose servings.
- Display recipe images.
- Ingredients can be added/remove to/from shopping list.
- Recipe can be added/remove to/from like list.
git clone https://github.com/MajhiRockzZ/forkify.git
npm install
npm start
Food2Fork API gives you access to their ever expanding recipe database, powerful ingredient search function, and social-media based ranking algorithm.
MIT © Sumesh Majhi