Skip to content

Stylize-K/music_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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