villasferjerome-coder/SCHOOLWORKS-REMINDER-AND-STACK-SYSTEM ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple working schoolwork reminder and tracking system for students.
I want something in Python that helps a user keep track of assignments, quizzes, deadlines, and a running stack or queue of tasks, then reminds them what is coming up next. It should feel easy to use, with a clean way to add, view, update, and remove school items, and it should show what is most urgent first. If it makes sense, include a basic text based interface so I can run it right away and test it without a lot of setup.
Please make it actually work end to end, not just a demo. Keep it organized and readable, and if you need to check current Python best practices or libraries online, go ahead. Also include a few sample items so I can see how it behaves right away.
Are you gonna build this?
make sure you review the code using coderabbit