Recipe Finder is a web application designed to help users discover recipes based on available ingredients. By inputting the ingredients you have on hand, the app suggests a variety of recipes you can prepare.
- Ingredient-Based Search: Input your available ingredients, and the app will provide a list of recipes you can make.
- Detailed Recipe Information: Each recipe includes step-by-step instructions, preparation time, and nutritional information.
- User-Friendly Interface: A clean and intuitive interface ensures a seamless user experience.
The repository is organized as follows:
- backend/: Contains the server-side code and API implementations.
- src/: Houses the frontend application built with TypeScript and Tailwind CSS.
- index.html: The main HTML file that serves the application.
- package.json: Manages project dependencies and scripts.
- vite.config.ts: Configuration file for Vite, the build tool used in this project.
- TypeScript: For type-safe JavaScript development.
- Tailwind CSS: For responsive and customizable UI components.
- Vite: As the build tool and development server.
- Python: Used in the backend for handling API requests and data processing.
To set up the project locally:
-
Clone the repository:
git clone https://github.com/gopireddy99/Receipe_Finder-.git