This is a simple website that visualizes the binary to analog transmissions of a given bit stream. It is written in HTML, CSS, and TypeScript and uses Next.js for server-side rendering and canvas for the visualizations.
Find the live version of the website here.
To use this website, simply enter a bit stream into the input box and click the "Submit" button. The website will then render the visualizations of the bit stream.
To run this website locally, you will need to have Node.js installed. Then, run the following commands in the root directory of the project:
npm install
npm run dev
The website will then be available at localhost:3000
.
To deploy this website, you will need to have Node.js installed. Then, run the following commands in the root directory of the project:
npm install
npm run build
npm run start
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions, feel free to raise an issue!
If you would like to contribute to this project, please fork the repository and submit a pull request. I will review the pull request and merge it if it is appropriate.