https://github.com/zoelabbb/zippress
ZipPress is a web-based application built with Svelte that allows users to compress images with various quality levels and package them into a ZIP file effortlessly. đ
https://github.com/zoelabbb/zippress
file-optimization image-compression svelte sveltekit zip
Last synced: 10 months ago
JSON representation
ZipPress is a web-based application built with Svelte that allows users to compress images with various quality levels and package them into a ZIP file effortlessly. đ
- Host: GitHub
- URL: https://github.com/zoelabbb/zippress
- Owner: zoelabbb
- Created: 2025-02-16T10:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:25:16.000Z (over 1 year ago)
- Last Synced: 2025-05-17T04:08:33.754Z (about 1 year ago)
- Topics: file-optimization, image-compression, svelte, sveltekit, zip
- Language: Svelte
- Homepage: https://zip-press.vercel.app/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-ID.md
Awesome Lists containing this project
README
# ZipPress - Kompresi & ZIP Gambar dengan Mudah
**ZipPress** adalah aplikasi berbasis web yang memungkinkan pengguna untuk mengompresi gambar dengan berbagai tingkat kualitas serta mengemasnya dalam format ZIP dengan mudah. đ
## đ Live Demo
Proyek ini tersedia di:
[đ ZipPress - Live Demo](https://zip-press.vercel.app/)
Dukung proyek ini dengan memberikan â di GitHub!
## đ Fitur Utama
- **Kompresi Gambar**: Pilih antara kualitas tinggi, sedang, atau rendah.
- **Download Gambar Terkompres**: Unduh gambar yang telah dikompresi dalam sekali klik.
- **Buat ZIP**: Gabungkan gambar yang telah dikompresi ke dalam file ZIP.
- **UI Modern & Responsif**: Tampilan minimalis, bersih, dan mudah digunakan.
## đ Cara Menggunakan
1. Pilih kualitas gambar yang diinginkan (High, Medium, atau Low).
2. Upload gambar yang ingin dikompresi.
3. Download gambar yang telah dikompresi.
4. Opsional: Buat ZIP untuk mengunduh gambar dalam satu file ZIP.
## Cara Install
To run ZipPress locally, follow these steps:
1. Clone repository:
```sh
git clone https://github.com/zoelabbb/ZipPress.git
```
2. Navigate to the project directory:
```sh
cd ZipPress
```
3. Install dependencies:
```sh
pnpm install
```
4. Start the development server:
```sh
pnpm run dev
```
5. Open your browser and visit `http://localhost:5173`
## đ Teknologi yang Digunakan
- **Svelte** sebagai framework frontend.
- **Tailwind CSS** untuk styling yang modern.
- **browser-image-compression** untuk kompresi gambar.
- **JSZip** untuk membuat file ZIP.
## đ Lisensi
ZipPress dirilis di bawah lisensi MIT. Silakan gunakan dan kembangkan lebih lanjut!
---
đĄ **Dibuat dengan â€ïž oleh [ăąăȘăăȘă„ăŠ](https://github.com/zoelabbb)**