Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/razak17/youtube-clone-frontend
- Owner: razak17
- Created: 2022-08-30T00:45:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T19:21:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T04:34:36.278Z (over 1 year ago)
- Topics: firebase, material-ui, react, reactjs, styled-components
- Language: TypeScript
- Homepage: https://youtube.razakmo.me
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)