Skip to content

adityamahekar/Recipe_page_using_JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌮 Recipe Page using JSON

A simple website showcasing taco recipes dynamically using JSON data.
Built with EJS, CSS, and Node.js + Express.


🌮 Recipe Page 1 🌮 Recipe Page 2
Recipe Page 1 Recipe Page 2

✨ Features

  • Select between Chicken, Beef, or Fish tacos
  • Recipes rendered dynamically using EJS
  • JSON-based recipe data for easy updates
  • Clean modular structure with views and public folders
  • Easy setup with npm

📂 Project Structure

.
├── views/
│ └── index.ejs
├── public/
│ └── styles/
│ └── main.css
├── recipe.json
├── index.js
├── package.json
└── README.md


🚀 Installation & Setup

  1. Clone the repository
git clone https://github.com/<your-username>/Recipe_page_using_JSON.git
cd Recipe_page_using_JSON
  1. Install dependencies
npm install
  1. Start the server
node index.js

Open in browser

https://localhost:3000


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published