https://github.com/devkcud/skill-icons-web
🔥 Unofficial "Image Builder" for Skill Icons, a user-friendly interface to enhance your experience in working with Skill Icons.
https://github.com/devkcud/skill-icons-web
github-profile github-readme icons image-builder readme-stats skill-icons
Last synced: 11 months ago
JSON representation
🔥 Unofficial "Image Builder" for Skill Icons, a user-friendly interface to enhance your experience in working with Skill Icons.
- Host: GitHub
- URL: https://github.com/devkcud/skill-icons-web
- Owner: devkcud
- License: unlicense
- Created: 2024-02-29T23:54:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T23:03:13.000Z (almost 2 years ago)
- Last Synced: 2024-06-05T23:44:05.354Z (almost 2 years ago)
- Topics: github-profile, github-readme, icons, image-builder, readme-stats, skill-icons
- Language: TypeScript
- Homepage: https://skill-icons-web.vercel.app
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🖼️ Skill Icons Image Builder 🖌️
## About
> [!IMPORTANT]
> This project is an independent effort and is not affiliated with the official [Skill Icons](https://github.com/tandpfun/skill-icons) project or its creator, [Thijs](https://github.com/tandpfun). The original logo at `/static/favicon.png` and `/static/skillicons.svg` are both owned by [Thijs](https://github.com/tandpfun).
Unofficial "Image Builder" for [Skill Icons](https://github.com/tandpfun/skill-icons), designed with the original project's layout in mind.
This tool provides a user-friendly interface to enhance your experience in working with Skill Icons, giving you the flexibility to customize and organize your icons.
## 🔥 Features
- [x] Manage Icons (Add, Remove & Rearrange)
- [x] Search Functionality
- [x] Copy to Clipboard
- [x] Copy URL
- [x] Copy Markdown
- [x] Copy HTML
- [x] Configuration
- [x] Switch Icons to Dark or Light Mode
- [x] Configure Icons Per Line
- [x] Mobile Compatibility (not so good but it works)
- [x] Import Configuration and Icons from URL
## 📂 Running Locally
> [!NOTE]
> An internet connection is required, as the tool fetches icons from the [Skill Icons](https://github.com/tandpfun/skill-icons) repository and generates images from [skillicons.dev](https://skillicons.dev/). Additionally, it utilizes icons from Iconify.
1. Clone the repo
```bash
git clone https://github.com/devkcud/skill-icons-web
cd skill-icons-web
```
2. Install dependencies using Bun (or similar)
```bash
bun install
```
3. Run the server
```bash
bun run dev
```
4. Open `http://localhost:5173` in your browser
## 📝 Contributing
Feel free to fork the repository, make modifications, and submit PRs. Make sure that any changes adhere to our standards for safety and maintainability.
For those who may not be familiar with Svelte or lack development experience but still wish to contribute, you can contribute by identifying and reporting issues, correcting typos, and other similar tasks.
## 📜 License
This project is released under the [Unlicense](https://unlicense.org/) - see the [LICENSE](LICENSE) file for details.
The icons used in this project are sourced from the [Skill Icons](https://github.com/tandpfun/skill-icons) repository, which has its own licensing terms. Please refer to the repository's license for more information.