Skip to content

Code-Beaker/music-player-app-vite-code-beaker

Repository files navigation

Music Player using Vanilla HTML, SCSS and JavaScript

This is a solution to the Music Player challenge from iCodeThis, coded by Code-Beaker. This is not a functional website and does not make use of any APIs. This is created only for visual interaction.

Tools and Languages

What I have used to make this website.

Languages

  • HTML
  • CSS
  • SCSS
  • Vanilla JavaScript

Tools

Process

Here's how I created this app using Vite and npm.

npm create vite@latest -- --template vanilla app

cd app/

npm i

npm add sass -D

npm run dev

Note

This project is built using Vite. The original repository contains the source files bundled by Parcel

This project is not complete yet. I'm trying my best and making it better. Hopefully, it will be finished by the end of this week.