SKT-Beauty - Beauty Product Provider
Demo Link - - -
- Create a Product: Users can create a product.
- Update a Product: Users can update a product.
- Product Details: Users can view product details.
- Product Add Card: Users can add a product to the cart.
- User Registration: Users can create account by providing their email and password.
- User Sign in: Users can Sign in by providing their email and password
- Google Authentication: Google Authentication options
- User Logout: Implement a logout
- Authentication State Management: Manage the user's authentication state using Firebase's onAuthStateChanged method. This allows you to determine if a user is authenticated and retrieve their information.
- Private and Public Routing: Manage a public and private routes using react-router-dom