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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started