Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.32 KB

File metadata and controls

41 lines (27 loc) · 1.32 KB

React Recipe WebApp

This React Recipe App is designed to help users explore and discover various recipes. It utilizes React and React Router for seamless navigation through different sections of the app.

Features

  • Explore a variety of recipes.
  • View details of a specific recipe.
  • Browse recipes by category.
  • Search for recipes using keywords.

Code Structure

  • App.js: Main application component that sets up the routing using React Router.
  • components/Home.js: Home page component displaying a navigation bar, a popular slider, and a trending slider.
  • components/RecipeId.js: Component to display details of a specific recipe based on the provided idMeal.
  • components/Category.js: Component to display a list of recipes based on the selected category.
  • components/SearchElement.js: Component allowing users to search for recipes based on a provided search term.

Clone and Installation

  1. Clone the repository:

    git clone https://github.com/Surajkumar4-source/react-recipe-app.git
    
  2. Navigate to the project directory:

    cd react-recipe-app
    
  3. Install dependencies::

    npm install
    

Usage

   npm start
   
  This will start the development server, and you can view the app at http://localhost:3000 in your web browser.