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.
-
Clone the repository or place the folder inside your project directory.
-
install dependencies
npm install
-
Start development server
npm run dev
-
Open the URL shown in your terminal (usually http://localhost:5173).