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

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.

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)