Skip to content

A React.js web app styles with Tailwind CSS. It includes features such as meal search, random meal generation, and groupings by meal category and location.

Notifications You must be signed in to change notification settings

annan-dejene/Meal-Magic

Repository files navigation

Netlify Status

Meal Magic

Sample-MealMagic

Meal Magic is a React.js application styled with Tailwind CSS that fetches meals from the MealDB API and displays them. The application includes features such as meal search, random meal generation, and groupings by meal category and location. It uses react-router-dom for routing.

Live Demo

Check out the live demo of the application here.

Features

  • Search Meals: Search for meals by name.
  • Random Meal: Generate and display a random meal.
  • Categories: Browse meals by category.
  • Locations: Browse meals by location.
  • Meal Details: View detailed information about a specific meal.

Technologies Used

React.js: A JavaScript library for building user interfaces. Tailwind CSS: A utility-first CSS framework for styling. React Router: A library for routing in React applications. MealDB API: An API providing meal data.

API

This application fetches data from the MealDB's API. You can find more information about the API here.

Installation

  1. Clone the repo:
git clone https://github.com/annan-dejene/Meal-Magic.git
cd meal-magic
  1. Install dependencies:
npm install
  1. Start the dev server:
npm run dev

About

A React.js web app styles with Tailwind CSS. It includes features such as meal search, random meal generation, and groupings by meal category and location.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published