Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.17 KB

YouTube Client

A YouTube UI functional clone that integrates with both YouTube API and a custom backend API for authentication and user management.

🚀 Design Reference

You can find the design on Figma here: YouTube UI Clone Design

📡 APIs & Endpoints

This project utilizes two APIs:

  • YouTube API: For rendering videos, feed functionalities, and other video-related tasks.
  • Custom Backend API: For handling authentication and user-related operations.

Backend API Endpoint

You can access the custom backend API here: YouTube Backend API

📚 API Documentation

For detailed information about the custom API, check out the documentation here: GitHub API Documentation

🛠️ Run Locally

To run the project locally, follow these steps:

# Clone the repository and navigate to the client folder
cd youtube-client

# Install dependencies
npm install

# Start the development server
npm run dev