Back to Discover

🌏 Staring a new project example: Task Manager

Example prompt for starting a new task management project, specifying tech stack, features, and the initial dashboard elements., provided under the MIT license

Prompt

Task management - Tech Stack: Next.js frontend, Tailwind CSS for styling, Supabase for auth and database. - Core Features: Project and task creation, assigning tasks to users, due date reminders, and a dashboard overview. Start by building the main dashboard page, containing: - A header with navigation, - A list of projects with their status, - and a button to create a new project. Provide dummy data for now, and ensure the design is clean and responsive.