A Spotify-esque music streaming service, allowing users to listen to all of their favorite albums at the click of a button. The code was initially written with JavaScript (Checkpoint 15), but then later rewritten with jQuery.
Languages and Libraries: HTML, CSS, JavaScript, Angular, Buzz!Library
To run locally:
- Visit Angular BlocJams's GitHub
- Clone the repository
- Install Node to run the JS server with
npm install
- Run the application server with
npm start
- Navigate to
http://localhost:3000/
in your browser - To stop the server, press
ctrl + c