vinitshahdeo / holopin-readme-badge

Get yourself a Holopin markdown badge to show your collection of badges ツ
https://vinitshahdeo.github.io/holopin-readme-badge/
MIT License
12 stars 8 forks source link

Create a React App to generate Holopin Badges #2

Open vinitshahdeo opened 1 year ago

vinitshahdeo commented 1 year ago

The idea is to create a web app similar to Topmate README Badge Generator that will generate Holopin README badges.

Contributing guide

Please branch off from feature/web-app and raise a PR to feature/web-app. Currently, this branch contains a client directory that contains a basic React boilerplate which can be developed further as a React app to generate Topmate badges dynamically.

API documentation

![holopin](https://holopin.onrender.com/vinitshahdeo)

topmate

Please refer to the Postman collection.

Local development

git checkout feature/web-app
cd client
npm install
npm run start

Related

In case, you have other frameworks in mind, please check out a branch feature/web-app- from develop and create your app within the client directory.

Pavan-Nambi commented 1 year ago

hey @vinitshahdeo can i work on this?