An open API service indexing awesome lists of open source software.

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)

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]

Twitter
https://twitter.com/ArbaaSaddam/

Linkedin.
https://www.linkedin.com/in/saddamarbaa/

Github
https://github.com/saddamarbaa

Instagram
https://www.instagram.com/saddam.dev/

Facebook
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

![image](https://user-images.githubusercontent.com/51326421/140644502-1e97696e-45cb-4da5-8c64-9d59057d91a4.png)

![image](https://user-images.githubusercontent.com/51326421/140644489-93af717a-c52c-4b3c-af89-9d6b8ddc333b.png)

## Confirm Page

![image](https://user-images.githubusercontent.com/51326421/140644522-7eac2b7a-92a7-4978-93cc-0c078a914810.png)

## LogIn Page

![image](https://user-images.githubusercontent.com/51326421/140644539-20552b5f-d09a-4c03-81f7-694752ad6348.png)

# 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/):

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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):

[![Deploy with Vercel](https://vercel.com/button)](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)).