Skip to content

Rabin-2004/recipe-app

Repository files navigation

Memory updated Here’s a sample README you can use for your recipe app:

Recipe App This is a simple recipe app built using React, Context API for state management, React Router for navigation, and Material UI for customization. It fetches data from a free testing API (with the test key "1").

Features

  1. Recipe Search: Search for various dishes and view their details.
  2. Recipe Details: View ingredients, preparation steps, and related information for each recipe.
  3. State Management: Uses React's Context API for managing global state.
  4. Navigation: React Router is used for navigating between pages.
  5. Customization: Styled with Material UI components.

Technologies Used

  1. React: JavaScript library for building user interfaces.
  2. React Router: For navigation between different pages.
  3. Material UI: For responsive, customizable UI components.
  4. Context API: For managing and sharing state across the app.

Setup and Installation

  1. Clone this repository: git clone https://github.com/Rabin-2004/recipe-app.git cd recipe-app

  2. Install dependencies: npm install

  3. Run the app: npm start The app should be available at http://localhost:3000.

API The app uses a free testing API to fetch recipe data. Please note that this is a public API with the test key "1", so there’s no need to authenticate.

License This app is free to use, copy, and customize. Feel free to contribute or fork it for your own needs.

Author Rabin Poudyal

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: