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.jsoninandroid/appfolder.
-
Obtain a Google Maps API key from the Google Cloud Console.
-
Create a
.envfile in the project root. -
Add your Google Maps API key to the
.envfile:GOOGLE_MAPS_API_KEY=YOUR_API_KEY_HERE
npx react-native startnpx react-native run-iosnpx react-native run-androidYou're all set to explore the app. If you encounter any issues, feel free to open an issue on the repository.
Happy coding! 🚀✨
