Example: Task, Category, and Note Management Application with Detailed Prompt
User Prompt (Input)
“I want to create a task management application. Users should be able to add new tasks, filter tasks by category, and mark them as completed. Notes should be added for each task. Categories should be managed separately. Tasks and notes should be recoverable when deleted (trash can). There should be login/registration screens. Tasks should be sortable by priority and due date.
Screens Created
Sign In & Sign Up: These are the screens for user login and new user registration. These screens are not generated by AI; they are the platform's default user authentication screens.
Main Menu: The main navigation screen that directs users to all sections of the application.
Task Overview Dashboard: General summary information such as the number of completed tasks and upcoming tasks with deadlines.
Manage Tasks: The main screen where tasks are listed, filtered, sorted, and searched.
Manage Task Notes: The screen where notes related to tasks are managed (can be opened in task details or separately).
Manage Categories: Screen for creating, editing, and deleting categories.
Trash Bin: Screen where deleted tasks and notes are stored and can be restored or permanently deleted.