Skip to content

Simple encode/decode web app built using react.

Notifications You must be signed in to change notification settings

ramadistra/decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decoder

Simple decoder/encoder built using react.

Check out the live version: here

Extending Decoder

It's pretty simple to extend. Go to encodings.js and add a new encoding format to the Encodings array with the following format:

{
  name: "Name of encoding",
  encode: string => string,
  decode: string => string
}

TODO

Handle encoding errors.

About

Simple encode/decode web app built using react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published