Tell us what’s happening:
Error: You should have an input element with an id of “search-input” and is required.
Your code so far
<!-- file: index.html -->
<div class="input-field">
<input type="text" id="search-input" />
<button id="search-btn">Search</button>
</div>
/* file: script.js */
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Challenge Information:
Build a Pokémon Search App Project - Build a Pokémon Search App