Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/razak17/youtube-clone-frontend

YouTube Clone with React (Bootstrapped with Vite)
https://github.com/razak17/youtube-clone-frontend

firebase material-ui react reactjs styled-components

Last synced: 12 days ago
JSON representation

YouTube Clone with React (Bootstrapped with Vite)

Awesome Lists containing this project

README

        

## YouTube Clone with React.

![yt](https://user-images.githubusercontent.com/52210954/194866970-f8a08bfa-db6d-4270-8302-3d60c4c2f8fd.png)

A YouTube clone created with React and Material UI.

## Technologies used:

- React
- Styled components
- Material UI
- Firebase

## Installation

Make sure you have node and yarn installed.

## Environment variables

- specify api end point
e.g. VITE_PUBLIC_API_ENDPOINT="http://localhost:1337/api"

- Firebase key for google authentication
VITE_FIREBASE_KEY=""

### Install packages

```yarn
yarn
```

### Start local server

```bash
yarn dev
```

This starts the local server at [http://localhost:5173](http://localhost:5173)