/trybe-recipes-app

This project was developed in the last frontend module at Trybe Course.

Primary LanguageJavaScriptMIT LicenseMIT

Recipes App

This project was developed in the last frontend module at Trybe Course. The base code was created by Trybe itself for evaluative purposes.

Features

  • Specific filters to search recipes
  • Search recipes by name, ingredients or first letter
  • Explore food recipes by ingredients or origin location
  • Explore drink recipes by ingredients
  • "Surprise me!" with a random recipe
  • Save recipes as favorite and show it on the favorite recipes page
  • Copy link to recipe
  • Save recipe progress and show it on the recipes made page when it is finished

Tech Stack

Client:

Server:

Demo

Screenshots

Login screen Login screen
Login screen Login screen

Run Locally

Clone the project

  git clone git@github.com:ScriptCamilo/trybe-recipes-app.git

Go to the project directory

  cd trybe-recipes-app

Install dependencies

  npm install

Start the server

  npm run start

Authors

License

MIT