Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashm20/image-compressor-react
Compress your images
https://github.com/yashm20/image-compressor-react
Last synced: 1 day ago
JSON representation
Compress your images
- Host: GitHub
- URL: https://github.com/yashm20/image-compressor-react
- Owner: YashM20
- License: mit
- Created: 2023-04-28T15:23:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T06:43:30.000Z (24 days ago)
- Last Synced: 2025-01-04T20:57:24.313Z (2 days ago)
- Language: JavaScript
- Homepage: https://image-compressor-react.vercel.app
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Image Compressor
## Overview
A simple image compressor built with [react](https://reactjs.org/) and [browser-image-compression](https://www.npmjs.com/package/browser-image-compression).
## Functionalities
- Compress Image By Reducing Resolution and Size
- Offline Compression## Built With
- ReactJS
- React Bootstrap
- Browser Image Compression## Development
1. Clone the repository and change directory.
```
git clone https://github.com/RaulB-masai/react-image-compressor.git
cd react-image-compressor
```2. Install npm dependencies
```
npm install
```3. Run the app locally.
```
npm start
```