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

https://github.com/devsubid/musix

Music web app
https://github.com/devsubid/musix

music-player typescript

Last synced: 5 months ago
JSON representation

Music web app

Awesome Lists containing this project

README

          

# [Musix](musix.vercel.app/)

![](https://raw.githubusercontent.com/itsme-Subid/Musix/main/preview.webp)
![](https://img.shields.io/github/languages/top/itsme-Subid/Musix?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/Musix?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/Musix?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/Musix?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/Musix?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/Musix?style=for-the-badge)

Welcome to the Musix repository! Musix is a visually stunning website built using React.js, TypeScript, Redux and Styled-Components. The project is a front-end development endeavor and can be found on [GitHub](https://github.com/itsme-Subid/Musix).

## Getting Started

To get started, you can simply clone this repository and install the dependencies.

### Cloning the Repository

To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:

```bash
git clone https://github.com/itsme-Subid/Musix.git
```

### Running the Project

To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:

```bash
cd Musix
npm install
npm run dev
```

or, if you are using yarn:

```bash
cd Musix
yarn
yarn run dev
```

or, if you are using pnpm:

```bash
cd Musix
pnpm install
pnpm run dev
```

This will start the development server and you should be able to see the website by visiting http://localhost:5173 in your browser.