Back to Browse

NxtWave ReactJS Coding Practice 6 Part-2 (Destination Search)

905 views
Mar 20, 2023
47:01

Destination Search First---------Static Web Page with Logic for Destination Search The app must have the following functionalities: 1) Initially, all destinations in the destinationsList should be displayed 2) When a value is provided in the search input, only the destinations whose names contain the value provided in the search input should be displayed irrespective of the case 3) The DestinationSearch component receives the destinationsList as a prop. It consists of a list of destination objects with the following properties in each destination object. 4) The search for the destination should be case insensitive. You can use the toLowerCase method to convert a string into lower case letters. 5) Each DestinationItem should have an HTML image element with alt attribute value as the value of the key name in destinationsList Second-----Then Design Web Page with Responsive

Download

0 formats

No download links available.

NxtWave ReactJS Coding Practice 6 Part-2 (Destination Search) | NatokHD