Raahi streamlines navigation by offering users access to efficient hidden routes contributed by local guides. Easily searchable within the app, these routes enhance travel experiences, providing alternatives to conventional paths and potentially saving time. The platform's collaborative approach encourages users to share their own routes, creating a community-driven environment with rewards for contributors.
Before you start, make sure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager)
- React Native CLI
-
Clone the repository:
git clone https://github.com/sainathPoojary/raahi
-
Navigate to the project directory:
cd raahi
-
Install dependencies:
npm install
- Create a new Firebase project on the Firebase Console.
- Set up a Firebase Realtime Database and Authentication
- Obtain your Firebase configuration object.
- Add the
google-services.json
inandroid/app
folder.
-
Obtain a Google Maps API key from the Google Cloud Console.
-
Create a
.env
file in the project root. -
Add your Google Maps API key to the
.env
file:GOOGLE_MAPS_API_KEY=YOUR_API_KEY_HERE
npx react-native start
npx react-native run-ios
npx react-native run-android
You're all set to explore the app. If you encounter any issues, feel free to open an issue on the repository.
Happy coding! 🚀✨