akshaykhale1992 / stackoverflow-card-generator

A simple Stack-overflow Card generator that shows your profile info by fetching those with Stackoverflow API.
https://stackoverflow-card-generator.vercel.app/
MIT License
3 stars 3 forks source link
github-readme hacktoberfest hacktoberfest2022 nextjs nodejs react reactjs stackoverflow stackoverflow-api yarn

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

Technologies used:

System Requirements:

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.