A simple web application to search for GitHub profiles and display their public information. Enter a username to fetch and view details like their avatar, bio, follower count, and more.
- User Search: Find any GitHub user by their username.
- Profile Display: View key profile details from the GitHub API, including:
- Avatar
- Name, username, bio, and location
- Follower count
- A "hireable" status indicator
- Direct links to the user's GitHub profile and personal blog
- Framework: Astro
- UI Library: React
- Styling: Tailwind CSS
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (version >= 22.12.0)
- npm (or your preferred package manager)
-
Clone the repository:
git clone https://github.com/thiagond-code/find-github.git
-
Navigate to the project directory:
cd find-github/code -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:4321to see the application running.