Requires node + npm or yarn to work.
git clone https://github.com/murger/rcc-converter.git
cd rcc-converter
yarn && yarn start
Tested on Chrome 77.0.3865.90
- Would break methods into being more atomic so they're more testable.
- Would use
useMemo
and alike to prevent re-renders (not a big issue for now though). - Would add integration tests using Puppeteer where applicable.
- Would implement loading/error states.