The project allows you to generate a MRZ of type TD3 threw a form completion.
Data collected are sent to a frontend service that simulates a call API.
The service call the mrz-generator npm module to process the computing.
NB : I wanted to test the components using enzyme snapshots (especially FormInput). Nevertheless, I faced some issues: Snapshots are empty... It might from jest version (that I can't change because I haven't ejected the app)
npm install
npm start
npm test