Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cristelleal/meal-recipe
- Owner: cristelleal
- Created: 2024-11-15T17:17:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T15:26:25.000Z (about 1 month ago)
- Last Synced: 2024-11-23T15:31:46.429Z (about 1 month ago)
- Topics: cooking, meal, nextjs, reactjs, recipes, tailwind, typescript, web
- Language: TypeScript
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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