Skip to content

Krithika522/recipe-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipe-generator

A Recipe Generator web application built using EJS templates.

Features

  • 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.

    Installation

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/Krithika522/recipe-generator.git
    
  2. 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