-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the -Create-a-web-API-using-express-and-JavaScript-with-routes-for-products-and-customers wiki! // Create an API endpoint // Create an API endpoint using the React framework that accepts a JSON payload in a POST request create an HTML form with a text field and button Add an event listen to the button to send a POST request to /generate endpoint and display response in a div with id "result" const siteProps = { name: "Alexandrie Grenier", title: "Web Designer & Content Creator", email: "[email protected]", gitHub: "microsoft", instagram: "microsoft", linkedIn: "satyanadella", medium: "", twitter: "microsoft", youTube: "Code", }; /* add an amazing animation to the social icons */ img.socialIcon:hover { animation: bounce 0.5s; animation-iteration-count: infinite; }
@keyframes bounce { 0% { transform: scale(1); } 50% { transform: scale(1.2); } 100% { transform: scale(1); } }