Flurn Web or Mobile App Development - Leave Management
Flurn Web or Mobile App Development - Leave Management
Assignment
Statement
You will be building a Leave Management app using provided API to fetch
the data. You can choose one of the stacks:
1. Build mobile app using React Native
2. Build a web app using ReactJS
API
Postman Collection of all the APIs -
API Documentation
Features
● Login & Register
○ Create screens for login and register. Login is by email and
password.
○ Accept email, password and name for registration.
○ On successful login, the API will return access_token,
refresh_token and expiry. Store the access_token and
refresh_token securely and include the access_token in every
API request made as a Bearer token (Authorization header)
Like this - Authorization = Bearer <token>
● Listing page
● Calendar Page
○ Users should be able to edit the start date and end date of the
applied leave.
○ Perform client-side validation checks before making the API
call.