stars Hacktoberfest

Code Converter based on website

Any converter tools is based on web. We made it to convert any type data such as JSON to Byte, Byte to JSON or etc.

Getting started

Installation

To get started locally, follow these instructions:

  1. Clone to your local computer using git.
  2. Make sure you have Node installed; see instructions here.
  3. Run npm run to install dependencies.

Or you can use my playground at https://stackblitz.com/edit/code-converter

Contribution Guidelines

  • fork and clone this repository
  • Make a new branch using git checkout -b change/username
  • Commit the desired changes to that branch
  • Sign off your commits using git commit -s -m w/signoff
  • Push your changes to the branch and open a pull request.