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.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request