Renoon-same / frontend

0 stars 0 forks source link

Authentication Page: Sign In, Sign Up, Forgot password #14

Open quynhtran158 opened 2 months ago

quynhtran158 commented 2 months ago

Description

Related PRs

List any other PRs that this PR is related to (in case of FE + BE changes).

Type of change

Please delete options that are not relevant

Screenshots/Recordings

Screenshot 2024-07-07 at 8 28 06 PM image image

Testing instructions

Instructions on how to test the changes made in the PR, helping reviewers validate the code.

  1. Run git checkout feature/authentication.
  2. Run npm install and npm run dev.
  3. Navigate to route http://localhost:5173/account/registration
  4. Verify that form validation works as expected.