A simple web application to demonstrate the file encoding and decoding techniques using various algorithms like Huffman Coding, LZW Coding, LZ77 Coding and to analyse their compression time and compression ratio.
https://file-encode-decode.herokuapp.com/
- Fork and clone the repo
- Run
npm run dev
after installing packages