matin3ai / FaUxber

Fall 2023 - recreation of an Uber(-esque) app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaUxber

FaUxber - aka "faux Uber" - is a recreation of an Uber(-esque) application. It was done following a tutorial by Sonny Sangha, found here.

fauxber front page

Description

This is an Uber clone based on Sangha's tutorial, where the user can insert point A and point B locations and get the number of miles between the two points, as well as what the various Uber car ride options would cost based on things like mileage. It functions, essentially, just like Uber, only without the actual payment transactions, and utilizes three main APIs: the Google Directions API, the Google Places API (for autocomplete), and the Distance Matrix API.

fauxber second page

Tech stack

Status

The development of this project is complete for the foreseeable future.

About

Fall 2023 - recreation of an Uber(-esque) app

License:MIT License


Languages

Language:JavaScript 100.0%