EmployWise Front End Assignment (2) (3) (1)
EmployWise Front End Assignment (2) (3) (1)
Assignment Overview:
You are tasked with creating a React application that integrates with the Reqres API to perform basic
user management functions. The assignment is divided into three levels of increasing complexity.
● Create a basic authentication screen where the user can log in using credentials.
● Use the following endpoint for authentication:
○ POST /api/login with email and password in the body.
○ Email : eve.holt@reqres.in
○ Password : cityslicka
● On successful login, store the token (returned by the API) and navigate to the Users List page
(Level 2).