login-demo-tailwind
Login Demo with Tailwind, Typescript, React-hook-form
Features includes
- Login Page, Signup Page
- Dynamic Background with floating images
- Dashboard page
- Add Users to redux when signup
- login using comparing email and password existing data in redux
- redirect to dashboard page with login is successful
- toast message when success login or errror in login
- dashboard logout button to remove from redux
- react-hook-form for form validation with yup
- error message when fields are empty or not valid
- Detect if password is wrong for the email
- detect if email doesn't exist in redux
If page is refreshed, Redux will be cleared, and user will redirect to signin page. even if user is in Dashboard page.