lucharo / recipe-portfolio

Dedicated react app for the safe and tested recipes
http://cook.luischav.es/
MIT License
0 stars 0 forks source link
react

Recipe Portfolio

This is a personal recipe portfolio website built with React. The website contains a collection of recipes gathered from various sources such as Instagram accounts, YouTube channels, and other websites. Each recipe has been personally tested and cooked regularly by the developer. The main purpose of this website is to make it easier for the developer to continue cooking their favorite recipes and share them with others.

Table of Contents

Features

Installation

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/lucharo/recipe-portfolio.git
    cd recipe-portfolio
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Open your browser and visit http://localhost:3000.

Developer Section

This project was bootstrapped with Create React App and uses Material UI components from the @mui/material package.

Project Structure

Available Scripts

In the project directory, you can run:

Adding a New Recipe

  1. Add the recipe data to recipes.json.
  2. Add the corresponding image to the public/images/ folder.

License

This project is released under the MIT License. See LICENSE for more information.