https://github.com/deadpoolx7/whattocook
A Cuisine or food ideas website to cook. Built using React, react-bootstrap and Spoonacular API
https://github.com/deadpoolx7/whattocook
Last synced: over 1 year ago
JSON representation
A Cuisine or food ideas website to cook. Built using React, react-bootstrap and Spoonacular API
- Host: GitHub
- URL: https://github.com/deadpoolx7/whattocook
- Owner: DeadpoolX7
- Created: 2024-02-26T10:13:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T14:52:41.000Z (over 2 years ago)
- Last Synced: 2025-01-21T06:14:02.368Z (over 1 year ago)
- Language: CSS
- Homepage: https://whattocookk.netlify.app
- Size: 19 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhatToCook
A recipe and cuisine finder website created using React and Spoonacular API.
## Link:-
https://whattocookk.netlify.app
## Screenshots
.png)
## Videos
[.png)](https://github.com/DeadpoolX7/WhatToCook/blob/main/VID_20240227150157.mp4)
## Installation
Install my-project with npm
```bash
git clone "https://github.com/DeadpoolX7/WhatToCook.git"
```
### Navigate to the directory
```
cd my-react-app
```
## Install all dependencies
```
npm install
```
## Set-up environment varaibles
Create a .env file in the root directory of your project and paste your spoonacular api key stored in a variable with prefix: VITE_
## Start the Server
```
npm run dev
```
### Thank you 😊