Open yogeshtakeo opened 1 year ago
Jharana Github - https://github.com/yogeshtakeo/team-pair-programming.git
Team: Namkhang and Sandesh Git: https://github.com/yogeshtakeo/team-pair-programming/tree/nam-san/Task18-LR
Team: Namkhang and Sandesh Git: https://github.com/yogeshtakeo/team-pair-programming/tree/nam-san/Task18-LR
Team: Ashma and Dina Github Url: https://github.com/yogeshtakeo/team-pair-programming.git
Task: Create Login, Register, and Home Pages with Authentication in React using TypeScript
Objective: Develop login and register pages with form handling and password validation checks, and create a home page that can only be accessed when the user is registered and logged on using authentication in React with TypeScript.
Task Overview
Task Details
Project Setup:
Create Login Page:
LoginPage
) that renders a login form.Create Register Page:
RegisterPage
) that renders a registration form.Create Home Page:
HomePage
) that can only be accessed when the user is registered and logged on.Implement React Router:
Test and Refine:
Task Submission
LoginPage.tsx
,RegisterPage.tsx
,HomePage.tsx
, etc.) with the implemented login, register, and home pages, including form handling, password validation checks, and authentication with TypeScript.