A simple React app that lets you search for a GitHub user by their login name and displays their public profile information using the GitHub API.
- 🔎 Search any GitHub user by their username (login)
- 📄 Displays public profile info like avatar, bio, followers, and more
- ⚡️ Built with Vite for fast performance and quick development
- 💡 Clean and minimal UI
git clone [email protected]:daviddevworks/githubUserFetch.git
cd your-repo-name
npm install
npm run dev
Copy the URL shown in the terminal (usually http://localhost:5173/) and open it in your browser.
This project is licensed under the MIT License.
Made with ❤️ for learning and exploring the GitHub API.