Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cristelleal/meal-recipe

A simple NextJS project using The Meal DB API : https://www.themealdb.com/api.php
https://github.com/cristelleal/meal-recipe

cooking meal nextjs reactjs recipes tailwind typescript web

Last synced: about 1 month ago
JSON representation

A simple NextJS project using The Meal DB API : https://www.themealdb.com/api.php

Awesome Lists containing this project

README

        

# 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](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)

## Installation

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

##

```bash
npm run dev
```
```bash
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