A simple React.js application that fetches and displays user data from an external API using the Fetch API. This project demonstrates the use of React Hooks, asynchronous operations, and dynamic rendering of data.
- Fetch user data from an API
- Display users dynamically
- Responsive user interface
- Functional components with React Hooks
- Simple and beginner-friendly project structure
- React.js
- JavaScript (ES6+)
- CSS3
- Fetch API
FETCHING-USERS-USING-REACT.JS/
│
├── public/
├── src/
│ ├── components/
│ ├── App.js
│ ├── index.js
│ └── App.css
│
├── package.json
└── README.mdgit clone https://github.com/githarsh7/FETCHING-USERS-USING-REACT.JS.gitcd FETCHING-USERS-USING-REACT.JSnpm installnpm startThe application will run at:
http://localhost:3000https://jsonplaceholder.typicode.com/users- Working with APIs in React
- Using
useStateanduseEffect - Handling asynchronous data fetching
- Rendering dynamic content
- Managing component state
- Add loading indicators
- Improve UI design
- Add search functionality
- Add pagination
- Improve error handling
Contributions are welcome.
- Fork the repository
- Create a new branch
- Commit your changes
- Push the branch
- Open a Pull Request
This project is licensed under the MIT License.
- LinkedIn : HARSHAA SG
- Gmail : harshaavardhan8@gmail.com
⭐ Feel free to fork this project and improve it!
If you found this project useful, consider giving it a star on GitHub.