Commit Graph

9 Commits

Author SHA1 Message Date
Jrodenas
a2ae7d5b5a feat: refactor authentication flow, implement user hooks, and add validation schemas for login/signup 2025-08-10 20:16:27 +02:00
juan
e45772e2a9 feat: add validation schemas for login and signup, integrate validation in respective components 2025-08-10 18:30:07 +02:00
juan
51c7b9f86d feat: refactor authentication routes and add toast notifications for login/signup/logout actions 2025-08-10 16:37:53 +02:00
Jrodenas
83b86ab0f0 feat: implement Sonner for toast notifications 2025-08-07 20:12:35 +02:00
juan
5d178709ef fix: update section header from 'Inicio' to 'Supabase' in README 2025-08-07 18:24:46 +02:00
juan
775133281e feat: integrate Supabase for authentication and add routing for login, signup, and logout 2025-08-07 18:23:45 +02:00
juan
d68a0113b2 add readme 2025-08-06 20:00:27 +02:00
juan
05a83e3bcb update gitignore 2025-08-06 19:48:57 +02:00
juan
923c1ce427 feat: initialize project with TanStack and HeroUI integration
- Add package.json with dependencies for TanStack, HeroUI, and Vite.
- Include favicon, logos, and manifest for PWA support.
- Create global styles with Tailwind CSS and HeroUI.
- Set up TypeScript configuration for the project.
- Implement routing with TanStack Router and context for React Query.
- Create root and index routes with basic application structure.
- Add integration files for HeroUI and TanStack Query.
- Configure Vite with necessary plugins for React and Tailwind CSS.
2025-08-06 19:29:06 +02:00