A Recipe Generator web application built using EJS templates.
-
Filter recipes by categories, ingredients, or dietary preferences.
-
View detailed information about each recipe, including ingredients and instructions.
-
User-friendly and responsive web interface.
-
Easily extensible and customizable using EJS templates.
To run this project locally, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Krithika522/recipe-generator.git
- Navigate to project directory: cd recipe-generator
3.Install the project dependencies: npm install
4.Start the application: node index.js Or npx nodemon index.js