Monal5031 / Js-css-Experimentations

Useful List of experimentations made in js and css
2 stars 3 forks source link

track-listing in json #10

Closed akw105 closed 6 years ago

akw105 commented 6 years ago

Fixes #7 The json was invalid and needed some slight changes.

The jQuery loops through the new json file and outputs the images, song names and links in the new music block on the page. It loads slow but that's the number of external images that are being pulled in.

Monal5031 commented 6 years ago

ping @anshumanv If you could take a look too 😄

anshumanv commented 6 years ago

Looks neat, lemme test that locally @Monal5031

Monal5031 commented 6 years ago

Tested it locally, awesome work @Amykw105 👍

anshumanv commented 6 years ago

I'm unable to test this locally, can you provide a screenshot of how it looks @Monal5031 ?

Monal5031 commented 6 years ago

screenshot-2017-10-15 screenshot

Take a look @anshumanv Though the look can be improved much, but lets focus on the implementation here.

anshumanv commented 6 years ago

Oh wow, amazing really. Mine is stuck here for some reason. capture

anshumanv commented 6 years ago

But it shows up in firefox.

anshumanv commented 6 years ago

Not as a sidebar, but we can use it on a separate page as the total content served. Let's incorporate that after a while on a separate page.

akw105 commented 6 years ago

Hi, just so you know, to retrieve data from a local json file it has to go through a local server - Firefox has this built in which is why it works there. For other browsers, you have to run the web page through xampp, valet or something similar.

anshumanv commented 6 years ago

Alright, thanks for the following up @Amykw105 👍