You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates a simple MIDI player. MIDI files when added are saved to Local Storage. Sample MIDI files can be found at [midiworld.com](http://www.midiworld.com/).
4
4
5
-
### A Music Player
5
+
---
6
6
7
7
Requirements:
8
8
9
9
-[x] Add music button, opens add music form
10
10
-[x] Add music form, title, artist, album, file
11
11
-[x] Queue list, displays title, artist, album
12
12
-[x] Double-clicking in queue list plays selected song
13
-
-[] When a song finishes playing, play next song in queue
14
-
-[] Player status: current song title, artist, album, time elapsed, duration
15
-
-[] Player interface: play, stop, previous, next, scrubber bar, should all actually function.
13
+
-[x] When a song finishes playing, play next song in queue
14
+
-[x] Player status: current song title, artist, album, time elapsed, duration
15
+
-[x] Player interface: play, stop, previous, next, scrubber bar, should all actually function.
16
16
17
-
Extra Credit:
17
+
Extra:
18
18
19
19
-[x] Actually playing audio. If not playing audio, just stub out file upload, playing, etc. Make each song just a two minute timer.
20
-
-[] Simple UI theme in CSS.
20
+
-[x] Simple UI theme in CSS.
21
21
-[x] Persistence in local storage.
22
22
23
23
---
24
24
25
+
### Install
26
+
27
+
* Make sure yarn is available: `brew install yarn`
0 commit comments