An open API service indexing awesome lists of open source software.

https://github.com/ctrly4sh/gitstats


https://github.com/ctrly4sh/gitstats

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# GitHub User Stats Viewer

This project allows you to enter a GitHub username, fetch the user's details using the GitHub API, and display the stats on the page. The page is styled using Tailwind CSS for a clean and modern look.

## Usage

1. Open `checkgitstats.netlify.app` in your web browser.

2. Enter the GitHub username in the provided input field.

3. Click the "Submit" button to fetch and display the user's GitHub stats.

4. You will see a loading message while the stats are being retrieved, and the details will be displayed after a 2-second delay.

## Technologies Used

- HTML
- JavaScript
- Tailwind CSS

## How to Contribute

If you'd like to contribute to this project, follow these steps:

1. Fork the repository.

2. Create a new branch: `git checkout -b feature/my-feature`.

3. Commit your changes: `git commit -m 'Add some feature'`.

4. Push to the branch: `git push origin feature/my-feature`.

5. Submit a pull request.

## Acknowledgments

- Thanks to the GitHub API for providing user data.
- Styling powered by Tailwind CSS.

Feel free to use, modify, and share this project!