This application aims to search for GitHub users and view information about it along with their 4 most recent repositories. The application also features a dark theme for enhanced user experience.
- User Search: Users can search for GitHub profiles by entering the username in the search bar.
- Repository Listing: The app displays information about the searched user, including their avatar, name, and bio. Additionally, it lists the user's 4 most recent repositories with details such as repository name, description, and last update date.
- Dark Theme: The application offers a dark theme option for users who prefer a darker interface.
- Search for a User
- Enter the GitHub username in the search bar
- Click the "Search" button
- View User and Repositories
Once the user is found, their profile information and the 4 most recent repositories are displayed.
- Use the toggle button to switch between light and dark themes based on your preference.
- HTML
- CSS
- JavaScript
- GitHub API
- Clone the repository
- Run:
npm install - Run:
npm run dev - Access:
http://localhost:5173

