https://github.com/jdcodework/yt-music-clone
https://github.com/jdcodework/yt-music-clone
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdcodework/yt-music-clone
- Owner: JDCodeWork
- Created: 2025-03-24T02:12:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T00:47:11.000Z (12 months ago)
- Last Synced: 2025-06-16T01:37:45.340Z (12 months ago)
- Language: TypeScript
- Homepage: https://yt-music-clone-delta-green.vercel.app
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Music Clone
A [YouTube Music](https://music.youtube.com/) clone with NextJs
## Technologies Used
- **NextJs with TypeScript**: For building the user interface with type safety.
- **TailwindCSS**: For styling the components.
## Run Locally
Clone the project
```bash
git clone https://github.com/JDCodeWork/yt-music-clone.git
```
Go to the project directory
```bash
cd yt-music-clone
```
Install dependencies
```bash
npm install
```
Start the development server
```bash
npm run dev
```