Skip to content

This recipe app project is a canvas to experiment, learn, and share your culinary creativity from kitchen to foodies

Notifications You must be signed in to change notification settings

ashutosh2803/recipe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

React-Node Recipe App Starter

A starter project for building a recipe application using React for the frontend and Node.js for the backend.

Features

  • Frontend:

    • Built with React.
    • Recipe search functionality with a visually appealing UI.
    • Display recipe cards with RecipeCard component.
    • Modal to display recipe details using the RecipeModal component.
    • Uses packages like react-icons for enhanced UI elements.
  • Backend:

    • Built with Express.js.
    • Uses Prisma as an ORM.
    • Provides API endpoints for recipe search, fetching recipe summaries, and managing favorite recipes.
    • Check the main server file here.

Getting Started

Frontend

  1. Navigate to the frontend directory.
  2. Install the required packages:
    npm install
  3. Start the development server:
    npm run dev

Backend

  1. Navigate to the backend directory.
  2. Install the required packages:
    npm install
  3. Start the server:
    npm start

Contributing

Feel free to fork this repository, make changes, and open a pull request if you think your changes can improve this starter project.


You can customize this README further based on any additional features or details you'd like to include.


You are currently on the free plan which is significantly limited by the number of requests. To increase your quota, you can check available plans here.

AskTheCode Website | Documentation | Github | Twitter

About

This recipe app project is a canvas to experiment, learn, and share your culinary creativity from kitchen to foodies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published