TourMate is an innovative mobile app designed to help travelers find the best restaurants, hotels, and attractions in any city.
To Run this awesome
app on your native-device, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies by running
npm install
. - Start the development server by running
npm expo start
. - You will get a QR code.
- Scan that QR-code using the
Expo app
that you can download from play store or app store.
- Install
Expo app
from play store or app store. - Click the following link https://expo.dev/@oyesaurabh/TourMate?serviceType=classic&distribution=expo-go
- or, Scan the following QR-code usign expo app to run on your native device.
TravelMate depends on the following packages:
- "@react-navigation/native": "^6.1.3",
- "@react-navigation/native-stack": "^6.9.9",
- "axios": "^1.3.3",
- "expo": "~47.0.12",
- "expo-status-bar": "~1.4.2",
- "react": "18.1.0",
- "react-native": "0.70.5",
- "react-native-safe-area-context": "4.4.1",
- "react-native-screens": "~3.18.0",
- "tailwindcss-react-native": "^1.7.10",
If you'd like to contribute to TravelMate, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- Submit a pull request to the original repository.
If you have issues installing dependencies, make sure your Node.js and npm versions are up to date.
If you have issues running the development server, make sure you are in the project directory and that all dependencies have been installed.