Skip to content

React.js Recipe Book App 🍲: A web application built with React.js that serves as a recipe book.

Notifications You must be signed in to change notification settings

OzturkVedat/RecipeBookApp_ReactJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js Recipe Book App 🍲

Overview

This web application is a Recipe Book web app built with React.js. It allows users to explore a collection of recipes fetched from an external API, providing a platform to discover cooking ideas.

Features

  • React.js component based architecture.
  • Use of Spoonacular API via axios.
  • Responsive design for an optimal viewing experience on different devices.

Setting Up

Prerequisites

Make sure you have Node.js and npm installed on your machine. Registration to Spoonacular API is also needed to use the external API.

Installation

  1. Clone the repository:

    git clone https://github.com/OzturkVedat/RecipeBookApp_ReactJs.git
    cd RecipeBookApp_ReactJs
  2. Connect your API key: Use the API key provided from the Spoonacular website as an vite enviroment variable(for development purposes). Create an .env file in root folder and add the line:

    VITE_REACT_APP_API_KEY=your_api_key
  3. Install dependencies and run the app:

    npm install
    npm run dev
  4. Open the app in your browser at http://localhost:5173/Recipe_Book_App/.

UI

Screenshot

About

React.js Recipe Book App 🍲: A web application built with React.js that serves as a recipe book.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published