https://github.com/mvxt/recipe-browser
Basic website to browse some recipes built on Next.js & Edamam
https://github.com/mvxt/recipe-browser
Last synced: about 2 months ago
JSON representation
Basic website to browse some recipes built on Next.js & Edamam
- Host: GitHub
- URL: https://github.com/mvxt/recipe-browser
- Owner: mvxt
- Created: 2021-11-01T04:18:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T08:02:20.000Z (over 4 years ago)
- Last Synced: 2025-03-13T07:44:10.544Z (over 1 year ago)
- Language: JavaScript
- Homepage: recipe-browser-mvxt.vercel.app
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe Browser
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Uses [Bulma](https://bulma.io/) for styling & [Edamam APIs](https://www.edamam.com/).
## Getting Started
### Required
- Node.js (developed on Node v16.10.0)
- NPM or Yarn (tested w/ Yarn v1.22.17)
- An Edamam Account & the following set variables in `.env`:
Env Variable Name | Description
----------------------|-------------------------
EDAMAM_APP_ID | Your Edamam app ID
EDAMAM_APP_KEY | Your Edamam secret key
EDAMAM_BASE_URL | For now, set to `https://api.edamam.com/api/recipes/v2`
### Steps
First, configure the above env variables as needed.
Then, after cloning and installing modules, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.