https://github.com/vagnernerves/boardingpass-boracodar
I developed the Boarding Pass in React Native, where I developed the layout and added the functionality to generate QRCode according to data passed from the boarding pass.
https://github.com/vagnernerves/boardingpass-boracodar
expo linear-gradient react react-native react-native-qrcode-svg react-native-svg reactnative safe-area-context styled-components typescript
Last synced: about 2 months ago
JSON representation
I developed the Boarding Pass in React Native, where I developed the layout and added the functionality to generate QRCode according to data passed from the boarding pass.
- Host: GitHub
- URL: https://github.com/vagnernerves/boardingpass-boracodar
- Owner: VagnerNerves
- License: mit
- Created: 2023-02-12T14:05:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T21:50:18.000Z (over 3 years ago)
- Last Synced: 2025-03-03T16:50:08.042Z (over 1 year ago)
- Topics: expo, linear-gradient, react, react-native, react-native-qrcode-svg, react-native-svg, reactnative, safe-area-context, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 4.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I developed the Boarding Pass in React Native, where I developed the layout and added the functionality to generate QRCode according to data passed from the boarding pass.
## 🎥 Implementation Video
https://user-images.githubusercontent.com/40831841/218581351-3f6e7d19-8c77-488c-bc33-2b80eb8b893a.mp4
## 🎨 Layout
Layout developed by [Ilana Mallak](https://www.linkedin.com/in/ilanamallak/)
[]()
## 💡 Technologies used
- [x] [Expo](https://expo.dev/)
- [x] React Native
- [x] TypeScript
- [x] [Styled Components](https://styled-components.com/)
- [x] [Linear Gradient](https://docs.expo.dev/versions/latest/sdk/linear-gradient/)
- [x] [React Native SVG](https://docs.expo.dev/versions/latest/sdk/svg/)
- [x] [React Native QRCode SVG](https://github.com/dumbest/react-native-qrcode-svg-expo)
- [x] [Safe Area Context](https://docs.expo.dev/versions/latest/sdk/safe-area-context/)
## 🚀 Running the project
### Mobile
Clone the project
```bash
git clone https://github.com/VagnerNerves/boardingpass-boracodar.git
```
Enter the project directory
```bash
cd boardingpass-boracodar
```
Install with dependencies
```bash
npm i
```
Start the server
```bash
npx expo start
```
## 🌎 License
This project is under the MIT license. See the [LICENSE](https://github.com/VagnerNerves/boardingpass-boracodar/blob/master/LICENSE) file for more details.