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

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.

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