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

https://github.com/poran-dip/tunex

🎢 A modern music dashboard built with React, Vite, and TailwindCSS β€” fast, responsive, and deployed on GitHub Pages.
https://github.com/poran-dip/tunex

dashboard frontend github-pages music react tailwindcss ui vite webapp

Last synced: 2 days ago
JSON representation

🎢 A modern music dashboard built with React, Vite, and TailwindCSS β€” fast, responsive, and deployed on GitHub Pages.

Awesome Lists containing this project

README

          

# 🎢 TuneX

TuneX is a sleek **music dashboard app** built with [Vite](https://vite.dev/), [React](https://react.dev/), and [TailwindCSS](https://tailwindcss.com/).
It’s designed to explore, manage, and vibe with your music in a clean UI.

---

## πŸš€ Features

* ⚑ **Fast dev setup** powered by Vite
* 🎨 **Modern UI** styled with TailwindCSS
* πŸ” **Search & browse** music/artist data
* πŸ“± **Responsive design** (works on desktop + mobile)
* πŸ”„ **GitHub Pages auto-deploy** via CI/CD workflow

---

## πŸ› οΈ Tech Stack

* **Frontend**: React + Vite
* **Styling**: TailwindCSS
* **Deployment**: GitHub Pages (with GitHub Actions)

---

## πŸ“¦ Getting Started

### 1. Clone the repo

```bash
git clone https://github.com/poran-dip/TuneX.git
cd TuneX/client
```

### 2. Install dependencies

```bash
npm install
```

### 3. Run locally

```bash
npm run dev
```

App will be live at [http://localhost:5173](http://localhost:5173).

### 4. Build for production

```bash
npm run build
```

---

## 🌐 Deployment

TuneX auto-deploys to **GitHub Pages** using a GitHub Actions workflow.
Every push to `main` builds the app and publishes it to:

πŸ‘‰ [https://porandip.github.io/TuneX](https://porandip.github.io/TuneX)