Create a bootstrap form with the following inputs firstName lastName age salary
ID: 3718000 • Letter: C
Question
Create a bootstrap form with the following inputs
firstName
lastName
age
salary
Create a button that will grab the values from the form
Grab the values from the form and store them in a object
once the object is stored make an ajax call with the object using the api/authors endpoint that will post the data
create another button on the form that will get all authors from the endpoint api/authors
you will need to make another ajax call to get all the authors
create a template that will list all authors
display the list of authors to the dom into that template created