Skip to content

RecipeFusion-WebApp is a React-based recipe application that helps users explore and discover various recipes. It features seamless navigation with React Router, category-based browsing, detailed recipe views, and a search function. The app fetches recipe data from an external API.

Notifications You must be signed in to change notification settings

Surajkumar4-source/RecipeFusion-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

RecipeFusion-WebApp is a React-based recipe application that helps users explore and discover various recipes. It features seamless navigation with React Router, category-based browsing, detailed recipe views, and a search function. The app fetches recipe data from an external API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published