A simple website showcasing taco recipes dynamically using JSON data.
Built with EJS, CSS, and Node.js + Express.
🌮 Recipe Page 1 | 🌮 Recipe Page 2 |
---|---|
![]() |
![]() |
- Select between Chicken, Beef, or Fish tacos
- Recipes rendered dynamically using EJS
- JSON-based recipe data for easy updates
- Clean modular structure with
views
andpublic
folders - Easy setup with npm
.
├── views/
│ └── index.ejs
├── public/
│ └── styles/
│ └── main.css
├── recipe.json
├── index.js
├── package.json
└── README.md
- Clone the repository
git clone https://github.com/<your-username>/Recipe_page_using_JSON.git
cd Recipe_page_using_JSON
- Install dependencies
npm install
- Start the server
node index.js