Skip to content

rafae2k/uber-clone

Repository files navigation

Forks Stargazers MIT License


Uber clone logo

A first experimental Mobile project cloning Uber's Mobile App using React Native, Expo and Google Places API.

View Live · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

In this project I built my first multiplataform mobile app using React Native and Expo.

Features

  • You can search for places using the Google Places API and see the place details.

  • You can also see the route drawed in the map between the selected origin and destination.

  • You are able to see the approximate time of arrival and estimated cost of the trip.


Uber clone app

(back to top)

Built With

This App was build with React architecture, fast and reliable.

(back to top)

Getting Started

Expo Snack - Test the app on your on web or on your phone.

Click Here to run the app on Expo Snack

  • You can run on Web emulator of Expo Snack only on iOS or Android (Web doesn't work yet for this project) or on your device reading the QR code on Expo Go App.

Prerequisites

This project use yarn as package manager, you can still use others managers as npm.

To enable yarn follow this steps.

corepack enable

You also need to install the expo-cli

yarn global add expo-cli

Installation

  1. Clone the repo

    git clone https://github.com/rafae2k/uber-clone
  2. Install NPM packages

    yarn install
  3. start expo

    expo start
  4. Running on your phone

    press c on terminal and read the QR code with Expo GO app installed

(back to top)

Roadmap

  • Create Navigation Tabs with React Navigation
  • Implement the search with autocomplete feature using the Google Places API
  • Implement redux state
  • Use device location to get the current location
  • Fix list of places space while keyboard open on ChooseRide component

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

(back to top)

About

A first experimental Mobile project cloning Uber's Mobile App using React Native, Expo and Google Places API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published