Skip to content

JesseKartabani/Uber-clone

Repository files navigation

Uber Clone

APIs

  • Google Places
  • Google Directions
  • Google Distance Matrix
Uber-clone-demo.MOV

Made With

  • React Native
  • TailwindCSS
  • Redux
  • React native elements
  • React navigation
  • React native maps

Building

In order to build this you must have git installed. Paste the following command in a directory of your choice. Alternatively you can download the code as a .zip file and extract it.

git clone https://github.com/JesseKartabani/Uber-clone.git
cd uber-clone
npm install

To start a development enviroment use the following command.

npm start

If you want to add your own API key do so by creating a .env file inside of the uber-clone folder.

// Inside .env file
GOOGLE_MAPS_APIKEY=yourKeyGoesHere

Releases

No releases published

Packages

No packages published