Skip to content

msdio/stackticon

Repository files navigation

stackticon

Make skill sets image for readme

https://msdio.github.io/stackticon/

stackticon


How To Contribute

See Contribution guide.

Environments

Package Version
Node 18.13.0
React 18.2.0
Typescript 4.9.5

How to install

you can download modules with command:

yarn install

and you can start with command:

yarn start

Features

Simply type your skill sets


Or put your front-end app repository url (BETA)

Screenshot 2023-04-27 at 3 20 20 PM


Choose your color


Create your own skill sets

stackticon

You can copy url and use in your project's readme

image

Structure

├── assets
│   ├── icons
│   └── images
├── components
├── constants
├── hooks
├── mock
├── pages
├── services
├── styles
├── types
├── utils
│   └── test
│
├── App.tsx
├── Router.tsx
└── RouterContainer.tsx

Authors