Skip to content

daviddevworks/githubUserFetch

Repository files navigation

GitHub User Fetch 🔍

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.

✨ Features

  • 🔎 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

🚀 Getting Started

1. Clone the repository

git clone [email protected]:daviddevworks/githubUserFetch.git

2. Navigate into the project folder

cd your-repo-name

3. Install dependencies

npm install

4. Start the development server

npm run dev

5. Open the app

Copy the URL shown in the terminal (usually http://localhost:5173/) and open it in your browser.

🛠 Tech Stack

📌 Example

screenshot

📄 License

This project is licensed under the MIT License.


Made with ❤️ for learning and exploring the GitHub API.

About

A webpage that get the github user information by the username

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published