Problem Statement: Tourism often lacks engaging and interactive experiences, resulting in missed opportunities for travelers to discover unique local attractions and fully immerse themselves in the local culture
Solution: Design a sophisticated gamified tourism app that encourages users to deeply explore their destination by earning points for uncovering hidden attractions and completing challenges and quests. These could include tasks like uploading photos taken from specific angles to match reference images. The app should also feature leaderboards, rewards, and integrated social sharing, enhancing the overall experience and fostering a sense of competition and achievement.
Our project empowers tourists and businesses to seamlessly explore, engage, and connect by leveraging:
- Role-based authentication Ensures secure access by distinguishing between tourist and business accounts.
- Dynamic treasure hunt creation Allows businesses to create customizable and interactive treasure hunts to engage tourists.
- Immersive community features Facilitates interaction among users, enabling them to share experiences and collaborate on adventures.
We've harnessed the power of React Native, Native Wind, and Supabase to craft a platform where users can discover hidden attractions, collaborate on adventures, and share their experiences.
- Securely differentiates between tourists and businesses, allowing access to tailored features.
- Empowering businesses to create interactive treasure hunts, providing a unique way to engage tourists.
- Offering tourists the ability to join hunts, form teams, and upload pictures as part of challenges.
- Enabling users to share their adventures and photos, fostering a collaborative and vibrant community.
- Destination Guides: Provide detailed guides for popular destinations, including information on attractions, restaurants, hotels, and activities.
- Maps and Navigation: Integrate maps and navigation features to help users find their way around unfamiliar cities.
- Reviews and Ratings: Allow users to leave reviews and ratings for destinations, attractions, and businesses.
- Engagement through Play: Enhance the tourist experience through playful interactions with local surroundings.
-
Clone the repository:
git clone https://github.com/ManipalHackathon2024/Access-Denied.git cd Access-Denied
-
Install all the dependencies
npm i
-
Start the app
npx expo start # press 'a' to start the android app # press 'r' to releoad if the changes are not reflected
-
To Create branch
git checkout -b your_name # one time thing
-
To commit and push
git add . git commit -m "your messages" git push