TuneX is a sleek music dashboard app built with Vite, React, and TailwindCSS. Itβs designed to explore, manage, and vibe with your music in a clean UI.
- β‘ 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
- Frontend: React + Vite
- Styling: TailwindCSS
- Deployment: GitHub Pages (with GitHub Actions)
git clone https://github.com/poran-dip/TuneX.git
cd TuneX/client
npm install
npm run dev
App will be live at http://localhost:5173.
npm run build
TuneX auto-deploys to GitHub Pages using a GitHub Actions workflow.
Every push to main
builds the app and publishes it to: