This project is a redesign of the Vaxicode application, the Québec application to manage vaccinal passports.
It includes a lot of new features like:
- automatic brightness increase to make the QR codes easier to scan
- import vaccination passports from other countries (Quebec, Canada, EU, etc)
- better user experience
This project has been implemented with React Native and more specifically Expo. It also includes a system of Localization.
yarn
yarn start
Our Qr code parsers are inspired from:
- french: https://github.com/manekinekko/digital-covid-certificate-decoder/blob/main/index.js
- quebec: https://github.com/obrassard/shc-extractorx
- React native official website
- Expo components
- https://wix.github.io/react-native-navigation/docs/sideMenu/
- React native component library
- Localization
- other library for localization
- https://www.happyhues.co/palettes/4
React is MIT licensed.