Find Listen player live at: http://development.listen-ardnek.divshot.io/
Used demo as reference: http://development.listen.divshot.io/
- 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.
- Add custom JavaScript in app.css
- Uses Semantic UI CSS
- Add custom CSS to app.js
- 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.
- In the terminal,
cd
into the puck directory - Run
python -m SimpleHTTPServer
to start a server - Visit localhost:8000 to see the index page