Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Vaxicode Redesign


sreenshot

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.

## 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).