This a mobile application built using React-Native, React-Redux Toolkit and using Google APIs for Maps, Distance and Autocomplete. This app will take a pick-up point and a destination point and give a Ride estimate based on Bangladesh Uber Pricing and as well as an estimate of the travel time.
This project was bootstrapped with with Create React Native App
First, you have to make sure you have the latest version of node installed. You can download it from HERE or using the following command in your terminal:
npm install npm@latest -g
Next, you have to clone the repository onto your machine using the following terminal command:
git clone https://github.com/jamil-rahman/uber-clone.git
Now, you need to install all the required dependancies using the following command in your terminal:
npm install
or if you are using yarn, then:
yarn add
You need to have a Google API key to use the Google Maps features. You can store your key inside an .env file. You can get your API key from HERE!
Now, you can test the app using the following command:
expo start
Jamilur Rahman - [email protected]