Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 703 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 703 Bytes

GitPubs

Description

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.

Features

  • User search functionality using GitHub API
  • Responsive design with Tailwind CSS
  • Modern React practices including hooks and component-based architecture

Technologies Used

  • React
  • Vite
  • Tailwind CSS
  • Axios for API requests

Setup and Installation

git clone [gitpubs]
cd gitpubs
npm install
npm run dev