Back to Browse

ReactJS Coding Practice 11 (Feedback App)

1.2K views
Apr 25, 2023
18:52

(Feedback App) #nxtwave #solution #reactjs First---------Static Web Page with Logic for Google Search Suggestion The app must have the following functionalities: 1) When an emoji is clicked, then the thank you screen should be displayed 2) The Feedback component receives the resources as a prop. It consists of the following properties. Key | Data Type emojis | Array loveEmojiUrl | String 3) emojis consists of list of emoji objects with the following properties in each emoji object. Key | Data Type id | Number name | String imageUrl | String 4) The following instructions are required for the tests to pass The love emoji should have the alt as love emoji The emojis should have the alt equal to name value in each emoji object Second-----Then Design Web Page with Responsive 1) You can use the below outline CSS property for buttons and input elements to remove the highlighting when the elements are clicked. outline: none Music by AlanFrijns from Pixabay

Download

0 formats

No download links available.

ReactJS Coding Practice 11 (Feedback App) | NatokHD