Skip to content

tiwariji-mukund/MealApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MealApp

Coding Ninjas Skill Test Frontend Project Group 2

This is Meals app Where you can know about your favourites meals. You can search about any Meals see the deatils about that meal.You can also add it into favourite list

Hosted Link

https://tiwariji-mukund.github.io/MealApp/

Tools Used

  1. Languages: HTML, CSS JavaScript
  2. Framework: Bootstrap
  3. VS Code
  4. MealDB

Functions

  1. User can see all the meals using Search bar.
  2. User can see the description of recipe and its instruction.
  3. User can add/remove meals to favorite list.

Features

  1. Search any meal from the API.
  2. Each search result of the meal should have a favourite button, clicking on which the meal should be added to “Favourite list".
  3. On clicking any particular search result (any meal), open a new page with more information about that meal(meal page)
  4. In Meal Detail Page Should show information about the meal like its name, photo, instructions, etc.
  5. In Favourite page Display a list of all the favourite meals.
  6. Remove button: Each meal should have remove button, clicking on which should remove that meal from the favourite list.