Skip to content

Conversation

@ahmadshah2103
Copy link
Collaborator

Boilerplate V1

- Introduced ThemedText, ThemedTextInput, and ThemedView components for consistent styling.
- Implemented toast notifications for success, error, and info messages.
- Created hooks for user authentication: login, signup, logout, password reset, and token management.
- Developed API client for handling requests with token management and error handling.
- Added example API service for demonstration purposes.
- Established global color palette and utility functions for class name management.
- Implemented form validation schemas for login, signup, and password reset.
- Configured Tailwind CSS for styling.
- Updated TypeScript configuration for improved path resolution and type management.
- Updated the authentication store to simplify user management and token handling.
- Removed unused authentication components (LoginForm, SignUpForm) and related validation schemas.
- Refactored API client to enhance error handling and token management.
- Consolidated API service methods for better clarity and maintainability.
- Introduced a new UI store for managing global UI state (modals, themes, loading states).
- Updated example API service to follow best practices and improved type definitions.
- Enhanced query client configuration for TanStack Query with additional options.
- Adjusted routing logic in the main app entry point for better user experience.
…ATION_CHECKLIST.md, PROJECT_SUMMARY.md, QUICKSTART.md)

docs: add new Quick Start Guide in docs/QUICKSTART.md for better onboarding experience

refactor: simplify RootLayout by introducing QueryClientProviderWrapper for TanStack Query setup

feat: create QueryClientProvider to encapsulate TanStack Query client configuration
@ahmadshah2103 ahmadshah2103 self-assigned this Oct 14, 2025
@ahmadshah2103 ahmadshah2103 added the enhancement New feature or request label Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants