A
Anonymous
Task Manager - Copy this React, Tailwind Component to your project
Add a logo of ispace with a rocket emoji/icon, at top left, as logo. Project name: Task Queue Simulation Backend: o Build an API endpoint that accepts tasks and simulates processing them in the background. o POST /tasks: Accepts a task payload and adds it to a queue. o GET /tasks: Returns the current queue status (e.g., pending, completed). Frontend: o Build a React app to use the above APIs to post a task and retrieve task list with status.
Prompt
