/uber_clone

This project is an Uber clone built using Next.js, Tailwind CSS, Firebase, and Mapbox API.

Primary LanguageJavaScriptMIT LicenseMIT

Uber Clone

This project is an Uber clone built using Next.js, Tailwind CSS, Firebase, and Mapbox API.

Note: This project is intended for demonstration purposes only, and the booking feature is not functional.

Note: This application is meant to be used on mobile devices only.

Getting Started

To get started, clone this repository and run the following command:

npm install

Then, run the development server:

npm run dev

This will start the development server at http://localhost:3000.

Usage

To use the application, visit http://localhost:3000 in your browser. You will see a map interface where you can select your pickup location and destination. Once you have entered your information, click "Request Ride" to simulate a ride request.

Technologies Used

  • Next.js
  • Tailwind CSS
  • Firebase
  • Mapbox API

Contributing

Contributions are welcome! To contribute to this project, fork the repository and create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

This project was inspired by the Uber app and was built as a learning exercise.