ijustcodeman/todoer — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Android app called Todoer from this project. I want it to feel like a clean everyday to do list app, not something fancy.
The main screen should show my tasks, let me add a new task quickly, mark tasks as done, edit them, and delete them. Please save the tasks on the phone so they are still there after I close and reopen the app. Make the UI easy to understand, with an empty state when there are no tasks yet.
Use the existing Android and Gradle project that is already here, and keep it simple enough that I can open it in Android Studio and run it without extra setup. If anything is broken or missing, fix it. You can look up current Android docs online if you need to. Make sure the final app builds and launches successfully.
Want more depth? Deep Reverse