https://github.com/andreeadraghici/food-recipe-api
https://github.com/andreeadraghici/food-recipe-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreeadraghici/food-recipe-api
- Owner: AndreeaDraghici
- Created: 2023-11-14T10:32:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-16T12:16:57.000Z (over 1 year ago)
- Last Synced: 2025-01-21T13:06:56.146Z (3 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food-Recipe-API
## Overview
Welcome to the Food Recipes App! This application allows users to search for tasty recipes based on ingredients. Whether you're looking for a quick meal idea or exploring new culinary adventures, this app has you covered.
## Features
- **Search Functionality:** Easily search for recipes by entering ingredients in the search box.
- **Recipe Details:** View detailed instructions, ingredients, and even watch cooking videos for each recipe.
- **Responsive Design:** Enjoy a seamless experience on various devices, thanks to the responsive design.## Technologies Used
- **HTML5:** Markup language for structuring the web content.
- **CSS3:** Stylesheets for enhancing the visual presentation.
- **TypeScript:** A superset of JavaScript for building scalable and maintainable applications.
- **JavaScript (ES6+):** Programming language used for interactive features and API interactions.
- **MealDB API:** External API providing a vast collection of recipes.
- **FontAwesome:** Icon library for adding stylish icons to the user interface.## How to Run
1. Clone the repository to your local machine.
```bash
git clone https://github.com/AndreeaDraghici/Food-Recipe-API.git2. Navigate to the project directory.
```bash
cd Food-Recipe-API3. Install dependencies.
```bash
npm install4. Compile TypeScript to JavaScript.
```bash
tsc