https://github.com/ctrly4sh/gitstats
https://github.com/ctrly4sh/gitstats
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctrly4sh/gitstats
- Owner: ctrly4sh
- Created: 2023-12-24T08:34:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T10:44:22.000Z (over 2 years ago)
- Last Synced: 2025-10-14T16:05:36.743Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!