Uber-Clone-Project

This project is an Uber app clone that includes the following functionality:

  • Login page that utilizes Firebase enabling user to sign in to Uber app clone with Google account
  • Home page with map, leveraged from Mapbox API, Google profile information, and action buttons to schedule ride
  • Search page that allows user to enter a pickup location and destination, and confirm that location
  • Confirm UberX page that zooms in on pickup location and destination in map, along with list of ubers and corresponding prices

This project was created over the span of 3 days using JavaScript, Next JS, React JS, TailwindCSS and Firebase as part of Clever Programmer's 5 Day Uber App Challenge.

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

  • npm run dev, or
  • yarn dev

Open http://localhost:3000 with your browser to see the result.