This is a simple web application that converts integers to binary and vice versa.
# Clone the repository
git clone git@github.com:ProjectPenrose/binary.git
# Change into the directory
cd binary
# Install dependencies
npm install
# Start the development server
npm run devIn your browser, navigate to localhost:3000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.