Forkify unable user to search form over 1,000,000 recipes. It uses APIs that fetch data from other website and show them to user. Can be helpful as it manage to show user ingredients amount as per servings mentioned by user. User can bookmark their favorite recipes. And pagination will be done if recipes are more then 10 on the page.
- search form over 1,000,000 recipes.
- Can change number of person for serving which will show changed quantity of ingredients.
- User can add there own recipes.
- User can bookmark there favorite recipes.
To run this project, clone project files, then open terminal
- Requirements: npm
npm install
npm start
This will start application on server.
- JavaScript
- HTML
- CSS
- Ajax
Here we can search, add recipes and bookmark them.
Here we can change serving which will change quantity of ingredients required.