Skip to content

JanithAberathna/Modern-Front-End---API-Data-Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONPlaceholder Users (React + Vite)

A tiny React app that fetches users from https://jsonplaceholder.typicode.com/users and displays them as simple cards. Shows a Loading... state while fetching and an error message if the request fails.

Run locally

  1. Clone the repository or place the folder inside your project directory.

  2. install dependencies

    npm install
    
  3. Start development server

    npm run dev
    
  4. Open the URL shown in your terminal (usually http://localhost:5173).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published