Question: JS, AJAX use Create React App as a starting point and create a site that does the following: Includes the CSS from Bootstrap 5.X When

JS, AJAX

use Create React App as a starting point and create a site that does the following:

Includes the CSS from Bootstrap 5.X

When a user first loads the site, they should see a loading notification and make an AJAX (using axios.get()) request to the API Collection. When you get the response back, hide the loading notification and output the listing of employees. Be creative :-).

When a user clicks on an individual employee in the listing created in a previous state, the application should display loading notification, retrieve the employee data (using the resource endpoint scheme) and then replace the loading notification with a card containing the employee meta (start date, role, department, photo, name, etc.). See https://getbootstrap.com/docs/5.1/components/card/ as a starting point for what is meant mean by a `card.`

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!