DOWINN-INTERN / employee-record-system-frontend

🤖 A simple and responsive application for managing employee records, built with React, TypeScript, and Tailwind CSS. It lets you easily add, view, and update employee information.
MIT License
1 stars 0 forks source link

Functionality of Login and Signup #1

Open wndrflgrc opened 4 months ago

wndrflgrc commented 4 months ago

Make Login and Signup functional. Currently, it is still a static page. The backend has already prepared Auth and is ready to go. This page will be complicated because you will change a lot of things like routes and implement Headers and protected Routes.

https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/e33e3f3d2edac081fea7be3dd2a2192998275492/main/src/pages/LoginForm/Login.tsx#L1-L90

https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/e33e3f3d2edac081fea7be3dd2a2192998275492/main/src/pages/LoginForm/SignUp.tsx#L1-L175