This application was developed as part of the 72-hour online hackathon HaxPlore CodeFest 2024 conducted by IIT BHU, Varanasi.
Vihara is a modern ticketing system for seamless access to temples. Users can book tickets for darshans/pujas at convenient slots and make donations to the temple via various secure payment gateways. A booking ID and QR code is generated for each payment made, for seamless and secure payment/ entry confirmation, enabling temples to track variables such as number of visitors, waiting times, etc.
This repository contains the user app for our project built using React Native Expo.
For a detailed description and screenshots, please visit here.
For the full demo visit this link (https://drive.google.com/file/d/1-QQVwk3XjJTdLHLRhVBbeqZQw3E0eRXG/view?usp=sharing)
VID_20240401103228.mp4
VID_20240401103320.mp4
screen-20240401-0050382.mp4
VID_20240401103413.1.mp4
VID_20240401103458.2.mp4
VID_20240401103521.mp4
To run this expo user app
- Clone this repository in your local system
git clone https://github.com/jahnavimurali/Oreo-Inverse-HaXplore-24.git
- cd into the cloned directory and run the following command to install necessary packages.
npm i
- Run the following command to start bundling and host the development server.
npx expo start
- Scan the QR code appearing on the terminal with your Expo Go app.
- If you're not able to connect the development server to your Expo Go, then run the following command instead
npx expo start --tunnel