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

No packages published