mesutpiskin / image-encoder-decoder

:space_invader:Base64 image decoder and encoder app. React example app.

Home Page:https://image-encoder-decoder.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Encoder & Decoder app with ReactJS

Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding. Each Base64 digit represents exactly 6 bits of data. Three 8-bit bytes (i.e., a total of 24 bits) can therefore be represented by four 6-bit Base64 digits.

Deployment

This application is hosted on heroku. Link for master branch https://image-encoder-decoder.firebaseapp.com

How to Run

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Learn More

To learn React, check out the React documentation.

To learn AntDesign, check out the antd documentation.

About

:space_invader:Base64 image decoder and encoder app. React example app.

https://image-encoder-decoder.firebaseapp.com

License:GNU General Public License v2.0


Languages

Language:JavaScript 97.0%Language:HTML 3.0%