dogukancagatay / base64-file-encode-decode-app

Basic app for encoding/decoding files into/from Base64 encoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 File Encoder/Decoder App

Basic app for encoding/decoding files into/from Base64 encoding.

To Use

# Clone this repository
git clone https://github.com/dogukancagatay/base64-file-encode-decode-app.git
# Go into the repository
cd base64-file-encode-decode-app
# Install dependencies
npm install
# Run the app
npm start

Package

npm run package

Distributable

npm run make

About

Basic app for encoding/decoding files into/from Base64 encoding


Languages

Language:JavaScript 43.3%Language:CSS 40.3%Language:HTML 16.4%