muddasir03 / Uber-Clone-ReactNative

This is a React Native app clone of Uber that uses Tailwind CSS and React Native Navigation libraries. The app provides similar features as Uber such as booking a ride and many more. It also uses Google Maps to provide location-based services. However, due to the paid Google API key, the project has not been completed yet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Uber Clone with REACT NATIVE!

🌟 About the Project

📷 Screenshots


React

This is a React Native app clone of Uber that uses Tailwind CSS and React Native Navigation libraries. The app provides similar features as Uber such as booking a ride, tracking the ride, and payment processing. It also uses Google Maps to provide location-based services. However, due to the paid Google API key, the project has not been completed yet.

This project is ideal for React Native developers who are interested in building a ride-sharing app using popular libraries and tools. The project is open-source, so developers can contribute to it and learn from it.

Features

  • User authentication and registration
  • User profile management
  • Booking a ride
  • Tracking the ride
  • Payment processing
  • Integration with Google Maps

Technologies Used

  • React Native
  • Tailwind CSS
  • React Native Navigation
  • Google Maps API

Getting Started

Prerequisites

To run the app, you will need to have the following installed on your machine:

  • Node.js
  • npm
  • Expo CLI

Clone the project

  git clone https://github.com/muddasir03/Uber-Clone-ReactNative.git

change directory

  cd Uber-Clone

Install dependencies

  npx expo install

Start the server

  npx expo start

Creating a Build

  • Optimize the assets for speed - npx expo-optimize (formerly expo optimize)
  • Bundle the project for production - npx expo export:web (expo build:web in the legacy Expo CLI).
  • Creates a production ready static bundle in the web-build/ directory. Don't edit this folder directly.
  • If you make any changes to your project, you'll need to re-build for production.
  • For more help use npx expo export:web --help
  • More Info

🚩 Deployment

To deploy this project run

Expo Publish

publish your project

expo publish

🤝 Contact

Email ID- muddasarhussain739@gmail.com

Project Link : https://github.com/muddasir03/Uber-Clone-ReactNative.git

About

This is a React Native app clone of Uber that uses Tailwind CSS and React Native Navigation libraries. The app provides similar features as Uber such as booking a ride and many more. It also uses Google Maps to provide location-based services. However, due to the paid Google API key, the project has not been completed yet.


Languages

Language:JavaScript 100.0%