[go: nahoru, domu]

Skip to content
/ MEAL Public

a meal app that allows users to search for meals and view their details. It uses the MealDB API to fetch meal data and displays it in a user-friendly interface. Users can also add meals to their favorites list and view them in a separate section. The code utilizes HTML, CSS, and JavaScript to create the app's functionality and styling.

Notifications You must be signed in to change notification settings

SwarupDeb/MEAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal App

Welcome to the Meal App repository! This web application allows users to search for meals, view meal details, and manage a favorites list. It is built using HTML, CSS, and JavaScript.

MealAPP

Table of Contents

Features

  • Search for meals by name or keyword.
  • View meal details, including an image, category, area, instructions, and video link.
  • Add and remove meals from the favorites list.
  • Persistent favorites list using local storage.
  • Responsive design for various screen sizes.

Demo

Check out the live demo of the Meal App here.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/meal-app.git
    
  2. Open the project directory:

    cd meal-app
    
  3. Open index.html in your web browser to run the app locally.

Usage

  1. Enter a meal name or keyword in the search bar to find meals matching your input.

  2. Click on a meal card to view more details, including the recipe, category, area, and a video link.

  3. Click the heart icon on a meal card to add or remove it from your favorites list.

  4. Click the favorites button in the navigation bar to view your favorites list.

Contributing

Contributions are welcome! If you'd like to contribute to the Meal App, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
    
  3. Make your changes and commit them:

    git commit -m "Add your commit message"
    
  4. Push your changes to your forked repository:

    git push origin feature/your-feature-name
    
  5. Open a pull request to the main repository.

Please ensure your code follows the existing coding style and conventions. Also, provide a detailed description of your changes in the pull request.

About

a meal app that allows users to search for meals and view their details. It uses the MealDB API to fetch meal data and displays it in a user-friendly interface. Users can also add meals to their favorites list and view them in a separate section. The code utilizes HTML, CSS, and JavaScript to create the app's functionality and styling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published