https://github.com/devradheee/label-lift
A mini Music Distribution Dashboard built with Next.js, React, and Tailwind CSS.
https://github.com/devradheee/label-lift
nextjs reactjs tailwindcss
Last synced: 2 months ago
JSON representation
A mini Music Distribution Dashboard built with Next.js, React, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/devradheee/label-lift
- Owner: devradheee
- Created: 2025-09-24T17:08:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T21:48:18.000Z (9 months ago)
- Last Synced: 2025-09-26T23:33:04.200Z (9 months ago)
- Topics: nextjs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://label-lift.vercel.app
- Size: 10.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎵 Music Dashboard
A mini **Music Distribution Dashboard** built with **Next.js**, **React**, and **Tailwind CSS**.
Features login, dashboard listing, uploading tracks, and viewing track details — all using **Next.js API routes** as a mock backend. Authentication is handled via **cookies + SESSION_SECRET**.
---
## 🚀 Setup
1. Clone or extract the project folder.
2. Install dependencies and start dev server:
```bash
npm install
npm run dev