/listen

Primary LanguageCSS

Find Listen player live at: http://development.listen-ardnek.divshot.io/

Used demo as reference: http://development.listen.divshot.io/

jQuery

  • Include jQuery from CDN
  • Include font-awesome from CDN
  • When a user clicks play, the play icon should be replaces with a pause icon.
  • When a user clicks a play icon, all other pause icons should be switched back to a play icon.

Example:

click buttons

Scripts

  • Add custom JavaScript in app.css

Style

Data

  • If needed, add 'server' data in data.json. Using JSON with Ajax requires this site to be on a server. See the Server section to spin this up.

Server

  1. In the terminal, cd into the puck directory
  2. Run python -m SimpleHTTPServer to start a server
  3. Visit localhost:8000 to see the index page