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.
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
.
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.
- Next.js
- Tailwind CSS
- Firebase
- Mapbox API
Contributions are welcome! To contribute to this project, fork the repository and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.
This project was inspired by the Uber app and was built as a learning exercise.