Skip to content

Azhar-2002/Learning-the-API-through-Simple-Instagram-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning the API through Simple Instagram Page

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.

🚀 Features

  • 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

📦 Tech Stack

  • 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

About

Step-by-step project for exploring REST APIs, focusing on requests, responses, and integration basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors