During the current Covid-19 global pandemic, France has set-up some rules to regulate contact between humans. One of them is to always have your identity papers and a specific travel document to circulate. At first, you had to print this certificate, or handwrite it before you can go out. Then, the government shared a website to digitally create a certificate, in which there are all your information and a QrCode that the police could scan in case of identity check. Unfortunately, I found that the application was missing some user-friendly features such as keep in local storage your personnal information to avoid typing them every time. Or, as the generation time is written on the certificate, the possibility to regularize the situation if you forgot to generate your certificate before going out.
This application does all of that. Your data are locally stored so you don't have to enter them every time you create a travel document. And the generation time is always set 8 minutes before your outing time, so you don't have troubles if you generate a certificate while you're out.
This repository embeds a bit of the government app code, but I adapted it to be cleaner and simpler. You can check the original government code here.
npm start
npm run build
npm run lint