dockersamples/todo-list-app ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple to do list app that runs with Docker Compose and opens in the browser on localhost:3000.
I want a clean web app where I can add tasks, mark them done, and remove them, with the data stored in a MySQL database so the list survives refreshes and restarting the app. Please make it easy to run with one command, and include whatever Docker and compose setup is needed so both the app and database start together. If you need to check current Node or Docker docs online for the best setup, go ahead.
Keep the UI simple and friendly, and make sure the app works out of the box after clone and start. If there are any basic tests or example data that make it easier to verify it works, include those too.
Are you gonna build this?
make sure you review the code using coderabbit