Abhinav-26/Employee-Management-System ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Java employee management system that runs in the terminal and feels like a small school or practice project based on object oriented programming.
I want a text menu where I can choose the main actions for managing employees, adding a user, removing a user, updating a user, and viewing a user’s details. Keep the flow easy to follow with clear prompts and messages so someone can just run it and use it from the command line without any setup beyond compiling and running the Java file.
Please organize the code cleanly with classes and methods instead of putting everything in one messy block. Make sure the app loops until the user chooses to exit, and handle basic invalid input nicely so it does not crash. If the current repo already has part of this, clean it up and finish it so it works smoothly. You can check current Java console app best practices online if needed.
Have a live product UI? Try website reverse