As the name suggests, it's a simple Stackoverflow card generator that uses Stackoverflow API to fetch profile details and present those details in form of a card.
See it in action here: https://stackoverflow-card-generator.vercel.app/
Details shown on the Card includes
- Profile Display Name
- Profile Picture
- Stackoverflow Reputation
- No. of Gold, Silver and Bronze badges.
- NextJS
- Stackoverflow API
- TailwindCSS
- Node-v14.18.1 or Later
- Yarn-v1.22.17
-
Clone the repository using command:
https://github.com/akshaykhale1992/stackoverflow-card-generator.git
-
Install Dependencies using
yarn
-
Run
yarn dev
to start the development server. -
Visit
http://localhost:3000/
to see it in Action.
- Code Cleanup and optimization
- Theming option.
- More details to the Card.
- Way to export the Card as an Image.
- Option to Embed the card to the GitHub Profile Readme.md file
There are following options to contribute to this project.
- Add a New feature and raise a Pull Request.
- Pick up any issue from issues List
- Raise a feature request or issue in the Github issues.
- Feel free to fork and create a new project with new features.