The project is completed, I think, to the requirements of FCC. But the app doesn’t seem to do anything when I enter gibberish texts in the input. I did added a fail() function to the getJSON but that doesn’t seem to work. Also, don’t mind the looks and responsiveness of the page Didn’t work fully on that. But I love to get a feedback on the functionality of my code. Thanks
Awesome! But I’d try to limit the number of results too. Right now small popup says I have to choose anything between 5-10 but entering 100 still works.
I forgot one important question. The hover on my articles pushes my text to the right due to the border created. I don’t know to work around that(to no affect the text). I did try a margin-left -ve but that creates bad transition
Maybe you can add a transparent border with the same width in the normal state and only have it transition the color on hover? Just guessing here, haven’t looked at your code