A simple React project for the purpose of demonstrating my knowledge of creating React components, pages, and network requests. This project focuses on yummy food recipes from the Spoonacular API.
To get started with the recipes, follow these steps:
Clone the repository:
git clone https://github.com/ZivFisher/recipes.git
Navigate to the project directory:
cd recipes
Install dependencies:
npm install
run client:
npm run start