Skip to content

msdio/stackticon

Repository files navigation

stackticon

Make skill sets image for readme

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

stackticon


How To Contribute

You can contribute with adding icon.
You only need to add info about icon in custom-icons.json file. You should add like following:

{
  "title": "Java",
  "slug": "java",
  "hex": "3174b9",
  "path": "path",
  "viewBox": "viewBox"
},

title : Every word should start with capital letter. ex) Two Words
slug : Same as title, but remove space between words and use small letter at very first. ex) twoWords
hex : Color of svg. Please write without #.
path : Path of svg.
viewBox : ViewBox of svg.


Environments

React v18.3.0


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

About

Make skill sets image for readme

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •