Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 624 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 624 Bytes

Music App

Small and simple music application

Music_app_screenshot

Tech Stack

  • HTML
  • CSS (SCSS)
  • JavaScript
  • Vite + React
  • Material UI

Features

  • View a collection of audio tracks
  • Listen to the selected audio track
  • Pause/rewind the current audio track

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local machine.
    git clone https://github.com/Stylize-K/music_app.git
  2. Install the dependencies.
    npm install
  3. Start the development server.
    npm run dev