A minimal static Instagram-like feed built with plain HTML, CSS and JavaScript.
This project renders a simple feed from a JS data array and demonstrates DOM rendering, layout and basic styling.
- Renders posts from the
postsarray inindex.js. - Dynamic injection into the DOM elements
headerandmainSection. - Responsive-ish layout using simple CSS.
index.html— main HTML file (loads CSS and JS)index.css— styling for header, posts and layoutindex.js— data and rendering logicimages/— assets used by the UI
- Open
index.htmlin a browser. - Optionally run a local server for proper asset loading:
npx http-server .