Skip to content

PrakharSinghDev/pixel-perfect-image-compressor

Repository files navigation

PixelPerfect Logo

PixelPerfect Image Compressor

Privacy-focused image compression designed for simplicity.

Category Technology Description Framework Next.js 14 App Router for structure and routing. Styling Tailwind CSS Utility-first CSS framework for rapid UI development. Icons Lucide React Beautiful, consistent icons. Core HTML5 Canvas API Native browser API used for image manipulation.


Getting Started

Follow these steps to get a local copy up and running on your machine.

Prerequisites

  • Node.js (LTS version recommended)
  • npm or yarn

Running Locally

  1. Clone the repository:

    git clone https://github.com/PrakharSinghDev/pixel-perfect-image-compressor.git
    cd pixel-perfect-image-compressor
  2. Install dependencies:

    npm install
    # or if using yarn:
    # yarn install
  3. Start the development server:

    npm run dev
    # or if using yarn:
    # yarn dev
  4. Open in browser: Navigate to http://localhost:3000 to see the application.


About

A privacy-focused, client-side image compressor built with Next.js and Tailwind CSS. Compress images locally in your browser with real-time size estimation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors