Skip to content

The Compression Tool is a web application designed to compress and decompress files efficiently

Notifications You must be signed in to change notification settings

hussein-saad/compression-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compression Tool

Overview

The Compression Tool is a web application designed to compress and decompress files efficiently. It provides a user-friendly interface for quick and easy file compression and decompression.

Features

  • File Compression: Compress files to save storage space.
  • File Decompression: Decompress files to access their contents.
  • User-Friendly Interface: Easy-to-use interface built with modern web technologies.

Technologies Used

  • Frontend: Vue.js, HTML, CSS, tailwind JavaScript
  • Backend: Node.js, Express.js

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/hussein-saad/compression-tool.git
    cd compression-tool
  2. Install frontend dependencies:

    cd frontend
    npm install
  3. Install backend dependencies:

    cd ../backend
    npm install

Usage

To start the application, follow these steps:

  1. Start the backend server:

    cd backend
    npm run dev
  2. Start the frontend server:

    cd ../frontend
    npm run dev
  3. Open your browser and navigate to http://localhost:5173 to access the application.

About

The Compression Tool is a web application designed to compress and decompress files efficiently

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published