/Tipaw

Primary LanguageTypeScript

Tipaw

For testing first move to backend directory ./backend and follow instructions in README. Once the backend is up and running then navigate ./frontend and follow instruction in README file.

  • If you have any consfusion feel free to ask

🖥️ Frontend

Your task is to build a responsive and user friendly signup form. The form should collect the following information from the user:

  • First name
  • Last name
  • Phone number
  • Email address
  • Password
    • Minumum 8 characters, with atleast one uppercase letter, one number and one special character
  • Confirm password
    • Has to match the password
  • Accepted terms & conditions

Form sends this information to backend API /sign-up

The form should be able to work seamlessly on both desktop and mobile devices.

The UI and UX should closely follow this page

image

🌐 Backend

There two backend endpoints for login /sign-in and registeration /sign-up.