CertMate
The project allows users to create certifications for vehicles in order to pass through the hygiene examination. I`ve built the project from the scratch. The form is split into several parts and all data is gathered in React Context. The authentication is also done using React Context. The auth token is stored in asyncStorage on the device. On the last step of the form the user has to put the signature. It is implemented using react-canvas-signature package.