This template repository for the RecipeBox application in the Unit 8 resources that demonstrate how Context is implemented. All solutions can be found on the solutions
branch.
- Fork and Clone: Fork and clone down this repository.
git clone YOUR_REPO_URL_HERE
cd YOUR_REPO_NAME_HERE
- Install Dependencies: Install all the necessary dependencies.
npm install
- Configure Environment Variables: Update the
.env
file with your Spoonacular API key.
VITE_SPOONACULAR_API_KEY = YOUR_API_KEY_HERE