This project is an Uber clone application developed using React Native, Expo, and Tailwind CSS. It aims to replicate the core functionalities of the Uber app, providing users with a seamless ride-hailing experience.
nativewind
package for styling components.Clone the Repository:
git clone https://github.com/AIDK/uber-clone.git
cd uber-clone
Install Dependencies:
npm install
Start the Application:
npx expo start
The project's structure is organized as follows:
app/:
Contains the main application components and navigation setup.
assets/:
Houses images, icons, and other static resources.
components/:
Reusable UI components used throughout the app.
constants/:
Defines constant values and configurations.
store/:
State management setup, possibly using Redux or Context API.
types/:
TypeScript type definitions for props, state, and other structures.
Contributions are welcome! If you'd like to enhance this project, please fork the repository, create a new branch, and submit a pull request. Ensure that your code adheres to the project's coding standards and includes relevant tests.
This project is licensed under the MIT License.