imhardikdesai / Recipe-Finder-WebApp

Find your next delicious meal with our Recipe Finder web app. Browse through a wide collection of recipes, filter by cuisine, ingredient, and dietary restriction. Save your favorite recipes and get cooking with easy-to-follow instructions
https://recipe-finder-web.netlify.app/
1 stars 5 forks source link
hacktoberfest javascript project react reactjs recipe recipe-app recipe-website recipes

Recipe Finder

Recipe Finder Logo

A web application for finding, saving and organizing your favorite recipes.

Features

Technology Stack

Getting Started

  1. Clone the repository to your local machine

    git clone https://github.com/imhardikdesai/Recipe-Finder-WebApp.git
  2. Install the required modules

    npm install
  3. Start the development server

    npm run start
  4. Visit http://localhost:3000 in your browser

Contributing

  1. Fork the repository
  2. Create a branch for your feature
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request