- setup tailwind
- folder structure
-
install react router dom
-
creater appRouter=createBrowserRouter([]),
-
this will contain array of objects having path and element
-
we will import appRouter with RouterProvider
-
made login page
-
add validations using use ref hook