- codesignal 90 minutes using React:
Requirements:
Your task is to implement some UI features of a task management system. Plan your design according to the level specifications below:
Level 1: The task management system should show the list of tasks in the backlog.
Tasks come from a .json file.
Level 2: The task management system should support adding new tasks to the backlog via a form.
Level 3: The task management system should support rendering the list of tasks from a different source via an API.
The API retrieves a list of ids.
Task information needs to be obtained from another API.
Think job board site.
Level 4: The task management system should support removing and adding priorities.