gregorojstersek / find-recipes

Find recipes based on ingredients or courses.

Home Page:https://find-recipes-176545.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find recipes

A web application that finds recipes based on igredients and courses.

Preview

alt text

Install

Make sure you clone the repo with the submodule

git clone --recurse-submodules https://github.com/gregorojstersek/find-recipes.git

Make sure you have nodemon installed as a global package.

npm install -g nodemon

Navigate to the server folder and run:

npm install

After installing all the packages in the server folder, navigate to the root of the project and run:

npm install

Let's start the app.

npm start 

That will start the express server on localhost:3000 and client app on localhost:4200.

Client side

Built with Angular 6, using Angular CLI.

Functionalities

  • search by different ingredients
  • search by different courses
  • displaying the recipes with the title, image, ingredients and url to the site where full recipe is available
  • you can click on different ingredients and add them to the search
  • 10 recipes are shown in a initial search - you can click "Show more" if you want to see more recipes within a search

Server side

You can check the repo for more info.

About

Find recipes based on ingredients or courses.

https://find-recipes-176545.herokuapp.com/


Languages

Language:TypeScript 55.5%Language:CSS 30.6%Language:HTML 13.8%