Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianvmm/folderart
Create custom folder icons for macOS.
https://github.com/christianvmm/folderart
art folder folder-icons icons macos nextjs react tailwindcss webapp
Last synced: about 2 months ago
JSON representation
Create custom folder icons for macOS.
- Host: GitHub
- URL: https://github.com/christianvmm/folderart
- Owner: christianvmm
- Created: 2024-02-12T21:19:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T20:23:30.000Z (3 months ago)
- Last Synced: 2024-07-24T23:12:38.286Z (3 months ago)
- Topics: art, folder, folder-icons, icons, macos, nextjs, react, tailwindcss, webapp
- Language: TypeScript
- Homepage: https://folderart.christianvm.dev
- Size: 14.3 MB
- Stars: 33
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FolderArt
![FolderArt cover](public/cover.png)
Create custom folder icons for macOS.
Live Demo ยป
![Next.js Badge](https://img.shields.io/badge/Next.js-000000?logo=next.js&logoColor=fff&style=flat)
![Tailwind CSS Badge](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?logo=tailwindcss&logoColor=fff&style=flat)
### Features
- [x] โ๏ธ Default Icons
- [x] ๐ Custom Icons
- [x] ๐จ Change Folder Color
- [x] ๐ป Live Preview
- [x] ๐ณ๏ธ Download File
### Installation
1. Clone the repo```sh
git clone https://github.com/christianvmm/folderart.git
```2. Install NPM packages
```sh
npm install
```3. Start Next.js server
```sh
npm run dev
```