Description: An app that allows you to get recipes based on the items in your fridge. Add or delete items in your fridge, make notes of the items in your fridge, find new recipes and favorite recipes. Created with vite, React, JavaScript/Node, and Sass.
To start:
- Clone repository
- Create "config.env" file in the root directory. Within that file, get your spoonacular api key and type in, API_KEY = [YOUR_API_KEY]
- Type "npm i"
- Type "npm start"
- api used: https://spoonacular.com/food-api
- everything stored in local storage
First screen prompts for your name
Fridge Tab: Enter ingredients in your fridge into Cookit!
Cook Tab: Shows available recipes you can use based on the items in your fridge. It also allows you to favorite them, and show more recipes. (Default 2)