Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```