Ashishrdc / MusicX

A music streaming webapp created using NodeJs, Vite + React + MUI, Typescript & Unofficial JioSaavn API.
https://musicx-redefined.vercel.app
2 stars 0 forks source link

MusicX

MusicX is a modern music streaming web app built using Node.js, React, Material UI (MUI), and TypeScript, powered by the Unofficial JioSaavn API by Sumit Kolhe.

Features

Technologies Used / Tech Stack

Frontend

Backend

Setup Instructions

To run the MusicX web app locally, follow the steps below:

Prerequisites

Make sure you have the following installed:

Step 1: Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/Ashishrdc/MusicX.git

Step 2: Navigate to the Project Directory

Move into the project folder:

cd Musicx

Step 3: Install Dependencies

Run the following command to install all the necessary dependencies:

Using npm:

npm install

Using pnpm:

npm install

Or, if you're using yarn:

yarn install

Step 4: Start the Development Server

Now, start the development server with:

Using npm:

npm run dev

Using pnpm:

pnpm run dev

Or using yarn:

yarn dev

The development server will start at http://localhost:5000.

You're all set! You can now explore and modify the MusicX web app.

Made with ❤️ by Ashish Chaurasiya. Let me know if you'd like to add or adjust anything!