Skip to content

cristelleal/meal-recipe

Repository files navigation

Meal Recipes Project

A simple recipe website project using the public Meal DB API : https://www.themealdb.com/api.php

Deployment

Using Vercel Live project : https://meal-recipes-a3op4niqt-cristelleals-projects.vercel.app/

Technologies

Next JS React TailwindCSS

Installation

git clone https://github.com/cristelleal/meal-recipe.git
cd meal-recipe
npm install  

npm run dev
npm run build

Usage

This project is for personal use only.

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request