flandolf / file-corruptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Corruptor ๐Ÿ“๐Ÿ—‘๏ธ

This is a simple react + express app to corrupt files using 3 different methods. Screenshot

Prerequisites

Dependencies

Frontend

Backend

Installation

  1. Clone the repo:
git clone https://github.com/flandolf/file-corruptor.git
  1. Install dependencies:
yarn

Usage

  1. Run the backend (local server at http://localhost:3000)
    node ./backend/server.js
  2. Run the frontend
    yarn dev
  3. Point browser to the vite server and enjoy!

Tests

Tests are avaliable for the backend, to run:

yarn test

Build

To build the app, simply run

cd frontend
yarn build

License

This project is licensed under the MIT License for more details, visit the LICENSE file.

About

License:MIT License


Languages

Language:TypeScript 53.2%Language:JavaScript 42.6%Language:HTML 2.1%Language:CSS 2.0%