A simple React application to fetch and display user data from a public API.
- Clone the repository.
- Navigate to the project directory.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Open http://localhost:3000 in your browser.
- Fetches user data from https://jsonplaceholder.typicode.com/users
- Displays loading indicator while fetching data.
- Handles errors gracefully and displays error messages.