A simple React app that fetches and displays seafood meals from TheMealDB API. Each meal is displayed in a card with its image, name, and unique ID.
- Fetches seafood meals from TheMealDB API.
- Displays meal name, image, and unique ID.
- Error handling for failed API requests.
- Responsive design with custom styling.
- Frontend: React, Axios
- API: TheMealDB API
- Clone the repository:
git clone https://github.com/your-username/seafood-meal-fetcher.git
- Navigate to the project directory:
cd seafood-meal-fetcher - Install dependencies:
npm install
- Start the development server:
npm start
This project is licensed under the MIT License - see the LICENSE file for details.