A simple recipe website project using the public Meal DB API : https://www.themealdb.com/api.php
Using Vercel Live project : https://meal-recipes-a3op4niqt-cristelleals-projects.vercel.app/
git clone https://github.com/cristelleal/meal-recipe.git
cd meal-recipe
npm install
npm run dev
npm run build
This project is for personal use only.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)