An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Build a Recipe Finder| React ,Redux & Vanilla CSS

![Preview](/public/preview.png)

# 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
```