This is a simplistic binary converter for 8 bits. It was written to learn about React.
To see this code working visit:
https://rgu.freeshell.org/binary-converter/
This project was bootstrapped with Create React App. See this project to learn how to use the scripts in package.json
https://reactjs.org/docs/forms.html
- Helped with understanding React forms
- Code for converting an integer to a binary string
- Described how to pad strings with leading zeroes (padStart())
- Helped with setting checkbox property
- "Props and state are related." (from accepted answer)
- Helped with distinguishing between functional components vrs class components
- Helped with understanding "how to lift state up"
- Helped with layout
- Helped with checkbox issues
https://cra.link/deployment
- How to build
Rick Umali ([email protected])