Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Contemporary Issues In Database Design And Information Systems Development

Authors: Keng Siau

1st Edition

1599042894, 978-1599042893

More Books

Students also viewed these Databases questions

Question

Introduce and define metals and nonmetals and explain with examples

Answered: 1 week ago

Question

What is IUPAC system? Name organic compounds using IUPAC system.

Answered: 1 week ago

Question

What happens when carbonate and hydrogen react with carbonate?

Answered: 1 week ago