A simple React project that fetches and displays GitHub user profile data using the GitHub API.
- Search GitHub users by username
- Fetch data using GitHub API
- Display user profile information
- Loading state while fetching data
- React
- JavaScript
- CSS
- GitHub API
While building this project, I practiced:
- React components
- Props
- useState
- Conditional Rendering
- API Fetching
- Async/Await
- Handling loading states
npm install
npm run devFeel free to fork this project and improve it.
This project is open-source and available under the MIT License.