meetakbari/CV-Resume-Builder — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Java desktop app that helps someone create a professional CV or resume without formatting it by hand.

The user should be able to enter their personal details, education, work experience, skills, projects, achievements, and other common resume sections in a friendly form based interface. Then they should be able to choose from a few clean resume design formats and generate a fully formatted resume they can preview and export or print.

Use Java with a GUI, and store the entered resume data so it can be edited later. It looks like this project uses a database and report templates, so follow that style if it makes sense. Keep it easy to run locally, and include any setup steps needed for the database or reports. Look up current docs online if you need to.

Want more depth? Deep Reverse