Minimal Requirements
Searchbar and Button You should be able to enter any input into a search bar on your website and then activate the search with a button, that gets the exact data of the written Input.
API call and rendering data After starting the search, all necessary API data matching the search term should be loaded. This should then be displayed in a suitable area, with all the relevant information.
Responsive Layout Your website should have a responsive layout. You can do this with the CSS functions Flexbox or Grid.
Last updated