Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hussein-saad/compression-tool
The Compression Tool is a web application designed to compress and decompress files efficiently
https://github.com/hussein-saad/compression-tool
css expressjs html javascript nodejs tailwindcss
Last synced: 4 days ago
JSON representation
The Compression Tool is a web application designed to compress and decompress files efficiently
- Host: GitHub
- URL: https://github.com/hussein-saad/compression-tool
- Owner: hussein-saad
- Created: 2024-06-06T16:10:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T14:59:12.000Z (5 months ago)
- Last Synced: 2024-06-17T16:34:46.700Z (5 months ago)
- Topics: css, expressjs, html, javascript, nodejs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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**:
```sh
git clone https://github.com/hussein-saad/compression-tool.git
cd compression-tool
```2. **Install frontend dependencies**:
```sh
cd frontend
npm install
```3. **Install backend dependencies**:
```sh
cd ../backend
npm install
```## Usage
To start the application, follow these steps:1. **Start the backend server**:
```sh
cd backend
npm run dev
```2. **Start the frontend server**:
```sh
cd ../frontend
npm run dev
```3. Open your browser and navigate to `http://localhost:5173` to access the application.