Gitkit is a React-based web application for searching GitHub users and displaying their profiles. It features a modern UI, recent searches, suggestions, and user cards for a smooth user experience.
- Search GitHub users by username
- View user profile details
- Recent searches and suggestions dropdown
- Responsive design
- React (with JSX & TypeScript)
- Vite (for fast development and build)
- TanStack Query (for data fetching and caching)
- ESLint (code linting)
- GitHub API (user data)
- CSS (custom styles)
src/components/— UI components (Footer, RecentSearches, SuggestionsDropdown, UserCard, UserSearch)src/api/— API logic for GitHub requestssrc/assets/— Static assets (images, icons)public/— Static files
Contributions are welcome! To contribute:
- Fork the repository
- Create a new branch for your feature or fix
- Commit your changes with clear messages
- Open a pull request describing your changes
Feel free to customize or suggest improvements!