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

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.

Awesome Lists containing this project

README

          


Boarding Pass

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/)

[![Layout in Figma](https://github.com/VagnerNerves/default-readme/blob/main/assets/layout-in-figma.svg)]()

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