/foodify

Primary LanguageJavaScript

Recipe App

The purpose of this project was to create a recipe app where you can search through different recipes and get instructions for said recipe. I am fetching the recipe data from theMealDB which is a free (only for developing) API.

The plan is to add a backend to this where you can login and save your favorite recipes to a Postgress database that will be hosted on Heroku

This project is based off app-ideas, which is a brilliant GitHub Repository if you need ideas for your next project

Demo

Skärmavbild 2022-01-05 kl  20 40 37

Netlify Link

Dependencies

  • react
  • vite
  • react-icons
  • tailwindcss
  • react-router-dom

Run Locally

$ git clone https://github.com/RobinLans/foodify.git
$ npm install
$ npm run dev