GitHub Repository Explorer Live App
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.
- 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.
- React: JavaScript library for building user interfaces.
- Framer Motion: For animations and transitions.
- Tailwind CSS: For styling and responsive design.
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/github-repo-explorer.git
- 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**