Skip to content

File encoder and decoder using Huffman encodingFiles encoder and decoder

License

Notifications You must be signed in to change notification settings

iberthyallano/Encoder_and_Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encoding and decoding of files


Tecnologias utilizadas:

O projeto foi desenvolvido com as seguintes tecnologias:


Como criar um projeto do zero:

  • Pré-requisitos

    • É necessário possuir o Node.js instalado na máquina
    • Também, é preciso ter um gerenciador de pacotes seja o NPM ou Yarn.
  $ npx gitignore node
  $ npm init -y
  $ git init
  $ npm install node

Como utilizar o projeto:

  1. Faça um clone :
  $ git clone https://github.com/iberthyallano/Encoder_and_Decoder.git
  1. Executando a Aplicação:
$ node Main.js

Como contribuir:

  • Faça um Fork desse repositório,
  • Crie uma branch com a sua feature: git checkout -b my-feature
  • Commit suas mudanças: git commit -m 'feat: My new feature'
  • Push a sua branch: git push origin my-feature

License:

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.



Feito por Iberthy Allano.

About

File encoder and decoder using Huffman encodingFiles encoder and decoder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published