https://github.com/chetannn-github/recipe-app
Recipe Finder using ReactJS, Redux, CSS.
https://github.com/chetannn-github/recipe-app
css reactjs redux
Last synced: 2 months ago
JSON representation
Recipe Finder using ReactJS, Redux, CSS.
- Host: GitHub
- URL: https://github.com/chetannn-github/recipe-app
- Owner: chetannn-github
- Created: 2024-06-09T10:34:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:17:41.000Z (about 2 years ago)
- Last Synced: 2025-01-31T19:39:40.569Z (over 1 year ago)
- Topics: css, reactjs, redux
- Language: JavaScript
- Homepage: https://moms-recipe-box.onrender.com/
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Recipe Finder| React ,Redux & Vanilla CSS

# Run Locally
### Setup .env file
```js
VITE_APP_ID = your_edamam_app_id;
VITE_APP_KEY = your_edamam_app_key;
```
### Install dependencies
```shell
npm install
```
### Start the app
```shell
npm run dev
```