Small and simple music application
- HTML
- CSS (SCSS)
- JavaScript
- Vite + React
- Material UI
- View a collection of audio tracks
- Listen to the selected audio track
- Pause/rewind the current audio track
To get started with this project, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/Stylize-K/music_app.git
- Install the dependencies.
npm install
- Start the development server.
npm run dev