https://github.com/dev-siri/youtube-clone
YouTube Clone made with React, TypeScript + Vite and Rapid API.
https://github.com/dev-siri/youtube-clone
rapid-api react typescript vite youtube
Last synced: 2 months ago
JSON representation
YouTube Clone made with React, TypeScript + Vite and Rapid API.
- Host: GitHub
- URL: https://github.com/dev-siri/youtube-clone
- Owner: Dev-Siri
- Created: 2022-12-26T18:07:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T14:36:32.000Z (10 months ago)
- Last Synced: 2025-02-02T09:19:00.608Z (4 months ago)
- Topics: rapid-api, react, typescript, vite, youtube
- Language: TypeScript
- Homepage: https://siri-youtube-app.netlify.app
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Clone
This project uses the Rapid API YouTube v3 API and React to make a YouTube UI clone with actual watchable videos.
## Getting started
**To run the project locally**
- Clone the project
```sh
$ git clone https://github.com/Dev-Siri/Youtube-Clone.git
```- Install dependencies:
```sh
$ bun i
```- Run the project:
```sh
$ bun dev
```## Deployment
The project is deployed using Netlify on [siri-youtube-app.netlify.app](https://siri-youtube-app.netlify.app)