ASSESSMENT - SOFTWARE ENGINEER
Create a simple Web application (Laravel)
Requirement:
‒ User can register and login with username, password, and email.
‒ User can create a workspace to work with.
‒ In every workspace, user can create task with a compulsory deadline (date and time).
‒ The task can be set as completed or incomplete and the status is shown in a task view.
‒ Incomplete task must show how far time to deadline in human readable way. eg: (2 days 5 minutes remaining).
‒ Completed task need to show when was the task has been completed in human readable way. eg: (2 days ago, 5 minutes ago).
‒ Each workspace and task must be protected that another user can't access that workspace and task.