For FSR170723 REACT REST API Assignment

React REST API Assignment
Given below is a rough sketch of the assignment.
On click of View button, a panel should open on the right hand side, and you should be making an API call to the users from the dummy API website USERS - Dummy REST API of JSON data for development (dummyjson.com) and get the user information for each of the tasks and render them on the right panel

Ponts to remember:
This is only going to help you practice your react concepts about Functional as well as Class based components and how to make REST APIs from each of the components.

You can get the starter code here : https://github.com/akhtar93/ReactTodoApp.git

You can achieve this in two ways:

  1. Conditionally opening the panel and rendering the user details based on the selected task
  2. using react router to navigate with the correct user id and then opening the panel based on the routes that you may define.