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.
Follow these steps to get a local copy up and running on your machine.
- Node.js (LTS version recommended)
- npm or yarn
-
Clone the repository:
git clone https://github.com/PrakharSinghDev/pixel-perfect-image-compressor.git cd pixel-perfect-image-compressor -
Install dependencies:
npm install # or if using yarn: # yarn install
-
Start the development server:
npm run dev # or if using yarn: # yarn dev
-
Open in browser: Navigate to
http://localhost:3000to see the application.