muhammadhamzaanees/Dictionary-With-JSOUP ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Java dictionary app that uses JSoup to look up word meanings from an online source and show the result clearly to the user.
I want to be able to type a word, click search, and see the definition, maybe along with a few related details if they are easy to get. Make it clean and easy to use, and handle bad input or missing words nicely with a helpful message instead of crashing.
If you need to check current JSoup or source site details online, go ahead and do that. Keep the app straightforward and make sure it runs smoothly from the existing project setup.
Are you gonna build this?
make sure you review the code using coderabbit