Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/code-beaker/music-player-app-vite-code-beaker

A simple music-playing website | Challenge from iCodeThis
https://github.com/code-beaker/music-player-app-vite-code-beaker

css html icodethis-challenge javascript music-player-app scss

Last synced: about 1 month ago
JSON representation

A simple music-playing website | Challenge from iCodeThis

Awesome Lists containing this project

README

        

# Music Player using Vanilla HTML, SCSS and JavaScript

This is a solution to the **Music Player** challenge from [iCodeThis](https://icodethis.com/), 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
- [Visual Studio Code](https://code.visualstudio.com)
- [Vite](https://vitejs.dev)
- [Firefox](https://mozilla.org/firefox)
- npm
- git
## Process
Here's how I created this app using Vite and npm.
```bash
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](https://vitejs.dev). The original repository contains the source files bundled by [Parcel](https://parceljs.org)

**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.**