React Native application for the MERN Ecommerce - #14
Open
AnantDuhan wants to merge 18 commits into
Open
Conversation
- Introduced TabConfig for navigation tabs with icons. - Added product-related components: AddToCartButton, DescriptionCard, FavoriteButton, PriceTag, ProductCard, ProductGallery, ProductInfo, QuantitySelector, Rating, ReviewsPreview, SimilarProducts, SizeSelector, SpecificationCard, and StickyBottomBar. - Implemented product type definitions in product.ts. - Updated LoginScreen to redirect correctly after login.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for orderplanning canceled.
|
- Added `axios` configuration for API requests. - Created API endpoints for authentication (login, register, logout, etc.). - Implemented error handling with `ApiError` class. - Developed request and response interceptors for token management. - Introduced hooks for user authentication: `useLogin`, `useLogout`, `useRegister`, `useCurrentUser`, `useForgotPassword`, and `useResetPassword`. - Created form validation schemas using `zod` for login and registration. - Implemented secure storage service for token management. - Added Zustand store for global authentication state management. - Enhanced UI components (buttons, text fields) to handle loading and disabled states. - Integrated image picker service for user profile image uploads. - Updated `LoginScreen` to utilize new hooks and handle loading states.
- Added `transporter.js` for email handling using nodemailer. - Created `ResetPasswordScreen` for users to reset their passwords. - Updated API endpoints for password reset. - Enhanced form validation using Zod for reset password and registration. - Refactored authentication hooks to handle reset password logic. - Improved error handling and user feedback in the UI. - Added new assets for branding and user interface. - Updated dependencies for nodemailer and ejs for better performance and security.
✅ Deploy Preview for orderplanning canceled.
|
- Introduced Button component with loading and haptic feedback support. - Created Card component for bordered surfaces with optional elevation. - Added Field component for input fields with error handling and secure text toggle. - Implemented Rule component for visual dividers with optional accent tick. - Developed Screen component for consistent page layout with optional scrolling. - Created Text component with various typography styles and tones. - Established ThemeContext for managing light/dark themes and color palettes. - Added font definitions and editorial design tokens for consistent styling.
…pt, recently-viewed, offline banner, countdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.