Skip to content

Copstud3/recipesagaapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecipeSaga

Overview

RecipeSaga is a React.js-based web application that showcases a collection of food and drink recipes. This project was developed as part of my portfolio to demonstrate my skills in front-end development, particularly with React.js.

Live Demo

View the live demo of RecipeSaga

Technologies Used

  • React.js
  • HTML5
  • CSS3 (for responsive design)
  • JavaScript (ES6+)
  • npm (for package management)

Features

  • Responsive design that works on desktop and mobile devices
  • Recipe browsing with category filters
  • Search functionality to find recipes by name or ingredients
  • Detailed view for each recipe with ingredients and instructions
  • Clean and intuitive user interface

Setup and Installation

To run this project locally:

  1. Clone the repository:

    git clone https://github.com/your-username/RecipeSaga.git
    
  2. Navigate to the project directory:

    cd RecipeSaga
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

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

Learning Outcomes

Through this project, I demonstrated:

  • Proficiency in building single-page applications with React.js
  • State management in React using hooks
  • Creating reusable and modular components
  • Implementing responsive design principles
  • Handling user interactions and managing application state

Contact

[Chris] - [victorchris73@gmail.com]

Project Link: https://github.com/copstud3/RecipeSaga

Acknowledgments