A Next.js 15 application with finance tracking, task management, and wellness habits features. This application implements modern best practices in React development including efficient data fetching, optimistic UI updates, error handling, and testing.
Features
Finance Management: Track transactions, manage budgets, and visualize spending patterns
Task Management: Create, organize, and track tasks with deadlines and status updates
Wellness Habits: Build healthy habits by tracking daily activities
User Authentication: Secure authentication with Supabase
Subscription Management: Subscription handling with Stripe
Technology Stack
Framework: Next.js 15 with App Router
UI Components: Shadcn/UI
Styling: Tailwind CSS
Data Fetching: React Query and SWR for efficient caching and revalidation
Authentication: Supabase Auth
Database: Supabase PostgreSQL
Form Handling: React Hook Form with Zod validation