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
- react
- vite
- react-icons
- tailwindcss
- react-router-dom
$ git clone https://github.com/RobinLans/foodify.git
$ npm install
$ npm run dev