This project is a minimal Instagram-style web page built to help understand how to use external APIs and display data dynamically using EJS (Embedded JavaScript), Node.js, and Express.
- Displays user posts with likes and comments Number
- Basic routing and templating using Express and EJS
- Simple UI layout with image, like/comment display, and formatting
- Dynamic rendering with live API integration
- Node.js
- Express.js
- EJS
- CSS / HTML π Project Structure EJSDIR/ β βββ views/ # EJS Templates β βββ index.ejs β βββ public/ # Static assets (CSS, images) β βββ style.css β βββ data.json # Local post data (likes/comments) βββ app.js # Main Express app βββ package.json # Node dependencies