https://github.com/warborn/media-player-exercise
https://github.com/warborn/media-player-exercise
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/warborn/media-player-exercise
- Owner: warborn
- Created: 2020-02-13T04:20:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T23:57:21.000Z (over 6 years ago)
- Last Synced: 2025-03-04T19:33:57.644Z (over 1 year ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Media Player Exercise
This is an exercise where we will build a mock media player UI. The user will be able to interact with it to play/stop and change between songs. We are going to accomplish it by using JavaScript to add interaction to the UI.

## Languages
We are going to use the following languages for this task:
- HTML (for the markup)
- CSS (to style the UI)
- JavaScript (to add interaction to the UI)
## Features
The media player UI have support for 3 types of interactions:
1. Play a song
2. Stop a song
3. Forward song
## Instructions
1. Download the startup files by clicking the `Clone or download` button, you can select between downloading as a ZIP file or if you use `git` you can clone the repo to your computer.
2. Open the directory in your favorite code editor.
3. Let's get our hands dirty!