🔗 https://github-coursera-trophy-app.vercel.app
Coursera currently doesn't offer a single link for all certificates, limiting developers from showcasing their continuous learning achievements from one of the most reputable online education platforms.
My tool addresses this by allowing users to input their certification IDs, after which the backend generates a consolidated SVG of all certifications earned. This means you can easily share your achievements anywhere—embed them in a GitHub README or any website using just one link.
📣 This is the beta version. There are many more features to come, which will be rolled out gradually. If you'd like to contribute or have specific feature requests, please contact me via LinkedIn or email. You can find my contact information on my github homepage. Thank you!
❤️ ❤️ This tool is inspired by the github-profile-trophy, which dynamically generates and displays GitHub Stats Trophies on your README.
1. Enter your certification IDs into the App generator to create a shareable link for your certificates.
Now you're ready to embed the shareable link on your website.
The above is an example of how I used the link to displays the Certifications Trophy on README
Follow these steps to set up the project locally on your machine.
Cloning the Repository
git clone [email protected]:dza59/github-coursera-trophy.git
run Back-End
cd api
npm install
nodemon start
run Front-End
cd app
npm install
npm run dev