Phase 1 — Javascript SPA project

Jae Chung
Jul 4, 2021

This is the 2nd project at AcademyXi.

It is a single page application of music service to customize user’s playlist.

In this page, user can search by artist and select his favorite album in his playlist and deselect when user doesn’t want to keep it.

In JS, DOM node handling, fetch JSON for public API are used.

In CSS, flex and bootstrap are used.

The huddle that I encountered was handling multi level JSON.

The JSON file format that the public API provider supplied was not quite meaningful so I spent some time to understand the structure. Thanks to my colleagues help-Thomas, Justin, I solve the problem.

--

--