Gitscout is a simple GitHub user explorer app built with React, TypeScript, Redux Toolkit, and Tailwind CSS. It allows users to search for GitHub profiles and view detailed information about them.
- Search for GitHub users by username or name.
- View a list of matched users with their avatars and profile links.
- Click on a user to view their detailed profile information (e.g., bio, followers, repositories).
- Clean and responsive UI powered by Tailwind CSS.
- React: Frontend framework.
- TypeScript: For type-safe code.
- Redux Toolkit: State management for fetched data.
- Tailwind CSS: Styling and layout.
- Vite: Fast build tool for development.
- Axios: For API requests to the GitHub REST API.
- Clone the repository: git clone https://github.com/SandhyaR1007/gitscout.git
- npm install
- npm run dev
- run npm test