Company Name: Novin.Dev
Industry: FinTech
Website: https://novin.dev/
The task involves creating a React application that allows users to perform authentication and manage user data. The application will interact with the Reqres API as the third-party service.
- User Authentication:
- Users can log in to the system using the endpoint:
/api/login
.
- Users can log in to the system using the endpoint:
- View Users:
- Authenticated users can fetch and view a paginated list of users via
/api/users?page=?
.
- Authenticated users can fetch and view a paginated list of users via
- User Details:
- Authenticated users can view detailed information about a specific user.
- Logout:
- Authenticated users can log out of the system.
The task relies on the Reqres API.