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.
What I have used to make this website.
- HTML
- CSS
- SCSS
- Vanilla JavaScript
- Visual Studio Code
- Vite
- Firefox
- npm
- git
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.