https://github.com/mohitjaisal/githubcardss
A Github profile representation through cards with a Github API with some basic javascript.
https://github.com/mohitjaisal/githubcardss
api fetch fetch-api github hacktoberfest hacktoberfest2021 hactoberfest-accepted javascript
Last synced: 8 months ago
JSON representation
A Github profile representation through cards with a Github API with some basic javascript.
- Host: GitHub
- URL: https://github.com/mohitjaisal/githubcardss
- Owner: mohitjaisal
- Created: 2021-08-31T12:05:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T17:24:41.000Z (almost 4 years ago)
- Last Synced: 2023-05-16T17:32:42.107Z (about 3 years ago)
- Topics: api, fetch, fetch-api, github, hacktoberfest, hacktoberfest2021, hactoberfest-accepted, javascript
- Language: CSS
- Homepage: https://githubcardss.netlify.app
- Size: 767 KB
- Stars: 2
- Watchers: 0
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README

# Github Cardss
A JavaScript webapp to fetch a GitHub card for your profile. It uses the [GitHub API](https://docs.github.com/rest) to retrieve data about your profile.
## Features 📦
- Username
- Bio
- Followers / Following / Repo count
- Individual repo links
## Usage 🌐
1. Go to the [Website Demo Link](https://githubcardss.netlify.app)
2. Enter your GitHub username (e.g. `mohitjaisal`).
3. Hit Enter and your GitHub card will be generated below!
## Gallery 🖼️
A picture is worth a thousand words:

## :heart: Contribution
If you want to contribute to the project, the first thing you need to do is create an issue with the problem/future that you want to add. When you are assigned (meaning the issue has been approved) you can fork this repo and begin working on the project.
When you are done, you can create a pull request explaining what you've done and what issue you are closing (adding a reference to it).
After that, if your PR follows the code style and fix or add something to the project will be merged inside the project.