https://github.com/itsdaiton/uber-clone
React Native mobile app clone of Uber.
https://github.com/itsdaiton/uber-clone
expo google-maps-api mobile-app react react-native redux tailwindcss uber
Last synced: 3 months ago
JSON representation
React Native mobile app clone of Uber.
- Host: GitHub
- URL: https://github.com/itsdaiton/uber-clone
- Owner: itsDaiton
- Created: 2023-02-13T14:40:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T00:15:29.000Z (over 3 years ago)
- Last Synced: 2025-02-11T12:54:54.538Z (over 1 year ago)
- Topics: expo, google-maps-api, mobile-app, react, react-native, redux, tailwindcss, uber
- Language: JavaScript
- Homepage:
- Size: 588 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uber Clone
React Native clone of the [**Uber**](https://www.uber.com/) mobile application.
## Features
- Get a ride from origin to destination
- Choose from list of favorite places
- Fully usable Google Map
- Show distance between origin and destination on map
- Calculate distance between origin and destination
- Show exact path between two points on Google Map
- Mark origin and destination on map
- Select between 3 diffrent types of ride (UberX, Uber XL and Uber LUX)
- Calculate approximate price for the ride
- Swipe between screens
## Built With
- Expo
- React.js
- React Native
## Styling
- Tailwind CSS
## Dependencies
- Redux
- React Navigation
- React Native Elements
- React Native Maps
- React Google Places Autocomplete
- React Native Safe Area Context
## Acknowledgments
Based on *Let's build Uber 2.0 with REACT NATIVE!* video by [**Sonny Sangha**](https://youtu.be/bvn_HYpix6s).