Reverse engineered prompt

Build me a simple browser based lyrics finder. I want a clean page where someone can type in a song name, and if possible the artist too, then get the lyrics without feeling lost. Make it fast and easy to use, with a nice search box, clear results, and a readable lyrics area.

If nothing is found, show a friendly message instead of breaking. Add a loading state while it searches, and make sure the page looks good on both phones and laptops. If it makes sense, include a few popular song suggestions or example searches so the page does not feel empty at first.

Use public APIs for the lyrics and wire everything up so it actually works end to end in plain web files. Keep the styling simple but polished. I would also like the code to be straightforward enough that I can tweak colors or text later. Look up current API docs online if you need to.

Want more depth? Deep Reverse