lisbom-dev/js-school-frontend

Implement initial auth pages: sign in and sign up (Formik wise)

Closed this issue · 0 comments

Description

  • Our authRoutes rely on these two pages: sign in has a 2 field form (email, password) and sign up has 4 fields ()

Prerequisites

  • add Yup and Formik
  • make both pages using flowbite-react components like or
  • validate the form inputs using Yup's schema inside Formik

Additional Info

  • make it like our previous projects such as 'react-bombado-bucha'