Skip to content

Latest commit

 

History

History
115 lines (76 loc) · 2.8 KB

README.md

File metadata and controls

115 lines (76 loc) · 2.8 KB

sizeReducer

sizeReducer is an open-source web-based image compression tool designed to make image optimization easy. It supports the compression of JPG, JPEG, and PNG images and offers customizable dimensions. Feel free to contribute to this project and help us make it even better!

Table of Contents

Overview

Features

sizeReducer offers a range of features:

  • Image compression for JPG, JPEG, and PNG files.
  • Customizable image width and height adjustment.
  • Download option for compressed images.
  • Display of both original and compressed file sizes.
  • A clean and intuitive user interface.
  • Side-by-side before-and-after image preview.

Screenshots

Screenshot

Links

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js and npm (Node Package Manager)

Installation

  1. Clone the GitHub repository:

    git clone https://github.com/0ME9A/sizeReducer.git
  2. Navigate to the project directory:

    cd sizeReducer
  3. Install the required dependencies:

    npm install

Usage

To use sizeReducer, follow these steps:

  1. Start the development server:

    npm start
  2. Open your web browser and go to:

    http://localhost:3000

Now you can use sizeReducer to compress your images easily.

Built With

sizeReducer is built with the following technologies:

  • Semantic HTML5 markup
  • Flexbox for responsive design
  • Mobile-first workflow
  • React - JavaScript library for building user interfaces
  • Sass - CSS preprocessor for styling

Contributing

sizeReducer is an open-source project, and contributions are welcome! Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature-name
  5. Open a pull request.

Author

License

This project is licensed under the MIT License. See the LICENSE file for details.