Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friedrith/vaxicode-redesign
A redesign of the Vaxicode application, the Quebec application to manage vaccinal passports.
https://github.com/friedrith/vaxicode-redesign
covid-19 expo react react-native
Last synced: 25 days ago
JSON representation
A redesign of the Vaxicode application, the Quebec application to manage vaccinal passports.
- Host: GitHub
- URL: https://github.com/friedrith/vaxicode-redesign
- Owner: friedrith
- License: mit
- Created: 2021-09-08T01:54:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T18:24:09.000Z (about 3 years ago)
- Last Synced: 2024-11-15T20:40:52.965Z (3 months ago)
- Topics: covid-19, expo, react, react-native
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Vaxicode Redesign
![]()
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 experienceThis project has been implemented with React Native and more specifically Expo. It also includes a system of Localization.
## Getting started
```bash
yarn
yarn start```
## Technical details
### Qr code parsers
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
- [React native official website](https://reactnative.dev/docs/components-and-apis)
- [Expo components](https://docs.expo.dev/versions/latest/)
- https://wix.github.io/react-native-navigation/docs/sideMenu/
- [React native component library](https://reactnativeelements.com/docs/icon/)
- [Localization](https://docs.expo.dev/versions/v42.0.0/sdk/localization/)
- [other library for localization](https://necolas.github.io/react-native-web/docs/localization/)
- https://www.happyhues.co/palettes/4## License
React is [MIT licensed](./LICENSE).