Skip to content

Recipe finder built on Nextjs + React hooks

Notifications You must be signed in to change notification settings

koalamango/leftovr

Repository files navigation

Leftovr

Find recipes based on ingredients that you have on hand.

Online Demo

Leftovr is a responsive single page web application which allows a user to enter one or more ingredients to find matching recipes.

It's built on Next.js - based on the React framework but using server side rendering rather than client side for consistent performance and to allow for better Search Engine Optimisation (SEO).

The application relies on the Edamam Recipe API to supply data. Note that this is the free version and therefore limited to 5 requests per minute.

The project is fully automated with a continuous deployment pipeline via Netlify.

Leftovr - Find recipes based on ingredients that you have on hand.


Built With

CI/CD

  • Build, test, and deploy to Netlify platform.
  • Automation integration with Github

Setup

install and run locally

$ npm install 
$ npm run dev

open the url

http://localhost:3000/

Author

License

License