Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.06 KB

File metadata and controls

56 lines (39 loc) · 2.06 KB

GitHub Repository Explorer Live App

Description

GitHub Repository Explorer is a React application that allows users to search for and view repositories on GitHub. The app displays repositories based on the last 10 commits or updates by default, providing users with a quick overview of the most active projects. The interface is user-friendly, supporting dark and light themes for improved accessibility. image

Features

  • Search Repositories: Users can search for repositories by keywords.
  • Repository Details: View details of each repository, including the name, description, and owner.
  • Pagination: Navigate through repository results easily.
  • Dark/Light Mode: Switch between dark and light themes for a personalized experience.
  • Responsive Design: The application is designed to be mobile-friendly.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Framer Motion: For animations and transitions.
  • Tailwind CSS: For styling and responsive design.

Installation

To run the application locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/github-repo-explorer.git
  2. Navigate to the project directory:
     cd github-repo-explorer
     ```

3. **Install dependencies**:
     ```bash

     npm install ```

4. **Run the application**:
    ```bash
     npm start ```

## Usage
Upon launching the application, you will see the last 10 committed or updated repositories. You can use the search box to find specific repositories by entering keywords. Use the pagination controls to navigate through more results if available.

## Contributing
If you would like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.

## License
This project is licensed under the MIT License.

## Author
**Arun Shukla**