@jutah

excellent.  that was easy 👍

@itzmranonymous

Thankyou so much sir , i was finally able to complete this project .

one more correction may be i coded differently side by side so ur project might not need it , problem was next page was not getting disabled when current page =1 but there is only 1 result so no use of next page

so i just added this inside first if statement

if (nextPage>totalPages){
                next.classList.add('disabled');
              }

@harshalnath4853

does hosting on netlify is free

@madhusripadhy9429

Can any one plz tell me how to upload .mp3 files in Netlify ?

@sakshitiwari7534

I have deployed it ... Now I have to remove it what to do ??

@aliif

can I stored api key on the env variables?

@sakshitiwari7534

I have hosted my webpages ... Now how to share the link with others ???

@bhanupratapsinghchauhan9071

One doubt : why r we deploying our site on netlify when we can deploy the on github too ?