https://github.com/saddamarbaa/uber-clone-app-nex-js
==> Building Uber Clone App with React Js + Next Js + TypeScript + Redux + Tailwind CSS with styled-components + Heroicons + Vercel Hosting + User Authentication (a mobile-friendly)
https://github.com/saddamarbaa/uber-clone-app-nex-js
heroicons mapbox nextjs reactjs tailwind-css-with-styled-components typescript vercel-hosting
Last synced: 20 days ago
JSON representation
==> Building Uber Clone App with React Js + Next Js + TypeScript + Redux + Tailwind CSS with styled-components + Heroicons + Vercel Hosting + User Authentication (a mobile-friendly)
- Host: GitHub
- URL: https://github.com/saddamarbaa/uber-clone-app-nex-js
- Owner: saddamarbaa
- Created: 2021-11-07T09:36:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T12:39:21.000Z (over 3 years ago)
- Last Synced: 2025-03-25T17:47:17.538Z (about 1 month ago)
- Topics: heroicons, mapbox, nextjs, reactjs, tailwind-css-with-styled-components, typescript, vercel-hosting
- Language: TypeScript
- Homepage: https://uber-clone-app-nex-js.vercel.app/
- Size: 1.53 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uber Clone
Building Uber Clone App with React Js, Next Js, TypeScript
# Table of contents
- [Author](#Author)
- [Demo](#Demo)
- [Technologies](#Technologies)
- [Contributing](#Contributing)
- [Status](#status)
- [Features](#Features)
- [Inspiration](#inspiration)
- [Support](#Support)
- [Feedback](#Feedback)
- [Run Locally](#Run_Locally)
- [Environment Variables](#Environment)
- [Screenshots](#Screenshots)
-# Author
### @Saddam Arbaa
# Technologies
**Client:**
- React Js
- Next Js
- Redux
- Tailwind CSS with Styled-Components
- Heroicons**Server:**
- Vercel Hosting
- Firebase Google Authentication# Demo
## LIVE DEMO
# Features
- User authentication
- Mapbox Integration# Contributing
Contributions are always welcome!
# Support
For support, email [email protected].
# Feedback
If you have any feedback, please reach out to me at [email protected]
https://twitter.com/ArbaaSaddam/Linkedin.
https://www.linkedin.com/in/saddamarbaa/Github
https://github.com/saddamarbaa
https://www.instagram.com/saddam.dev/
https://www.facebook.com/saddam.arbaa# Run_Locally
Clone the project
```bash
https://github.com/saddamarbaa/uber-clone-app-nex-js
```Go to the project directory
```bash
cd uber-clone-app-nex-js
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
# or
yarn dev
```# Environment
- To run this project, you will need to create a new project on firebase, setup Firebase google authentication and add the following environment variables to your next.config.js
- API_KEY
- AUTH_DOMAIN
- PROJECT_ID
- STORAGE_BUCKET
- MESSAIN_SENDER_ID
- APPID- then create a new project on Mapbox and add the following environment variables to your next.config.js
- MAP_BOX_ACCESS_TOKEN# Status
Project is now in progress
# Inspiration
Build By Saddam Arbaa Project inspired by [Uber] https://www.uber.com/
# Screenshots
## Home Page


## Confirm Page

## LogIn Page

# Next.js + Tailwind CSS Example
This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v2.2)](https://blog.tailwindcss.com/tailwindcss-2-2) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
It uses the new [`Just-in-Time Mode`](https://tailwindcss.com/docs/just-in-time-mode) for Tailwind CSS.
## Preview
Preview the example live on [StackBlitz](http://stackblitz.com/):
[](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-tailwindcss)
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss&project-name=with-tailwindcss&repository-name=with-tailwindcss)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
```Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).