Uses JavaScript Web Audio API and plain Vanilla JavaScript to create a basic music player.
- Uses FontAwesome, which may need your own free fontawesome license for.
- Uses Google Fonts to pull in the Quicksand font.
- Neomorphism design.
There are a few dependencies for development purposes, but this code can be used as HTML, CSS, and just plain Vanilla JS. A server is needed to retrieve the music files, otherwise you will run into a CORS Policy issue.
- Node package.json file added
npm startscript. - Script relies on a Google Chrome installation and the http-server node package. You may have to install http-server globally. http-server may depend on packages that contain vulnerabilities. This is only used for development purposes, and you may also wish to set up your own server outside of http-server and use a different browser.