Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixeledcode/boarding-pass
Store your boading passes in a slick manner
https://github.com/pixeledcode/boarding-pass
barcode-scanner pwa react vite
Last synced: 26 days ago
JSON representation
Store your boading passes in a slick manner
- Host: GitHub
- URL: https://github.com/pixeledcode/boarding-pass
- Owner: PixeledCode
- License: mit
- Created: 2023-04-19T10:51:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-18T09:12:20.000Z (9 months ago)
- Last Synced: 2024-10-18T12:24:28.255Z (about 1 month ago)
- Topics: barcode-scanner, pwa, react, vite
- Language: TypeScript
- Homepage: https://b-pass.vercel.app
- Size: 226 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Passes
The purpose of the application is to provide a simple, user-friendly interface for generating boarding passes for passengers using only web technologies.
## Installation
To get started with this application, you will need to follow these steps:
1. Clone the repository: `git clone https://github.com/PixeledCode/boarding-pass.git`
2. Install dependencies: `pnpm install`
3. Start the development server: `pnpm run dev`
4. Open the application in your browser at http://localhost:5173## Usage
The application allows passengers to use image of the boarding pass and save the details in a more accessible manner.
## Features
Some of the key features of the application include:
- PWA support for offline use
- Relies on native Barcode Scanner API for scanning boarding passes
- Boarding pass details are saved in the browser's local storage
- User-friendly interface for saving boarding passes## Contributing
Contributions to this project are always welcome. Here are some ways you can contribute:
- Test the application and report any bugs or issues
- Suggest new features or improvements
- Submit a pull request with bug fixes or new featuresWhen contributing to this repository, please first discuss the change you wish to make via issue, email or any other communication method before making a change.
## License
This application is licensed under the MIT License. Feel free to use and modify the code for personal or commercial use.
## Readings
- [The Shape Detection API](https://developer.chrome.com/articles/shape-detection/)
- [What’s contained in a boarding pass barcode?](https://se.au/notes/whats-contained-in-a-boarding-pass-barcode/)