SwädSutra is a simple web application built with HTML, CSS, and JavaScript that helps users discover recipes based on the ingredients they have on hand, reducing food waste and making cooking more convenient. This is my very first project in web development, designed to provide a straightforward solution for finding recipes using available ingredients.
-
Ingredient-based Recipe Search: Users can input ingredients they have, and the site will display recipes that can be made using those ingredients.
-
Easy to Use Interface: The main page of the site allows users to select ingredients effortlessly.
-
No Dependencies: This project doesn't require any external dependencies.
-
Run Locally: You can run the project locally by simply opening the
index.html
file in your web browser.
1. Clone this repository to your local machine.
git clone https://github.com/agrawal-yash/swadsutra.git
2. Navigate to the project directory.
cd swadsutra
3. Open the index.html
file in your preferred web browser.
4. Choose the ingredients you have from the given categories and hit the search button.
5. Browse through the displayed recipes and enjoy cooking!
To view a demo of the site, click here
Contributions are welcome! This is just a beginner's project and so if you'd like to contribute to this project, feel free to fork this repository and submit a pull request with your changes.