GitXplorerGitXplorer
a

stackoverflow-card-generator

public
3 stars
3 forks
9 issues

Commits

List of commits on branch main.
Verified
2fe657d9f829860c17ee66c94054b2af8238c4d3

Merge pull request #11 from RohitSaini7/prettierConfig

aakshaykhale1992 committed 2 years ago
Unverified
4ffb951416a410be0fe6dbf40438c1041fe3e055

add prettier config file

rrohit-saini1 committed 2 years ago
Verified
7931a53d996e3ac9e520f644a7cbed4e1297b74b

Adds instructions to start the development server.

aakshaykhale1992 committed 2 years ago
Verified
2bc7cc2d41307e1f0d1bfff08782dec8ebca2b99

Update issue templates

aakshaykhale1992 committed 2 years ago
Unverified
7055b49cc111060e4b0e391d211e973a6b2d66b5

Merge branch 'main' of akshay-github:akshaykhale1992/stackoverflow-card-generator into feature/code-optimization

aakshayk-peopleinteractive committed 2 years ago
Unverified
d02e4c8d000609cdb3a64ee9d78d27d4f6ffe0db

[CodeOptimization] Fixes build issues

aakshayk-peopleinteractive committed 2 years ago

README

The README file for this repository.

Stackoverflow Card generator

Introduction:

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.

Technologies used:

  • NextJS
  • Stackoverflow API
  • TailwindCSS

System Requirements:

  • Node-v14.18.1 or Later
  • Yarn-v1.22.17

Setup on your Local:

  1. Clone the repository using command: https://github.com/akshaykhale1992/stackoverflow-card-generator.git

  2. Install Dependencies using yarn

  3. Run yarn dev to start the development server.

  4. Visit http://localhost:3000/ to see it in Action.

Todo:

  1. Code Cleanup and optimization
  2. Theming option.
  3. More details to the Card.
  4. Way to export the Card as an Image.
  5. Option to Embed the card to the GitHub Profile Readme.md file

Contributing

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.