A web application built with React and Tailwind CSS to interact with the GitHub API.
GitHub API React Tailwind is a modern web application that leverages the power of React for dynamic user interfaces. The styling is crafted with Tailwind CSS, providing a utility-first approach for easy and flexible designs. The UI is further enhanced with components from the Daisy UI library.
- Search for GitHub users by username
- View detailed information about a specific user
- Browse repositories of a user
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/1uckyswish/Github-API-React-Tailwind.git
-
Navigate to the project directory:
cd Github-API-React-Tailwind
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit http://localhost:3000
- Enter a GitHub username in the search bar to view user information.
- Click on a user to see detailed information.
- Explore the repositories of a user.
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to your fork and submit a pull request.