GitPubs is a modern, responsive web application built using React and Tailwind CSS. It leverages the GitHub API to enable users to search for and view information about public GitHub users. This project showcases the integration of a popular CSS framework with a React-based frontend, demonstrating both aesthetic appeal and functionality.
- User search functionality using GitHub API
- Responsive design with Tailwind CSS
- Modern React practices including hooks and component-based architecture
- React
- Vite
- Tailwind CSS
- Axios for API requests
git clone [gitpubs]
cd gitpubs
npm install
npm run dev