Build an RPG Creature Search App Project - Build an RPG Creature Search App

Tell us what’s happening:

When I add the button element and then click the “check code” button. the console is stuck in “// running tests”.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>RPG Creature Search App</title>
    <link rel="stylesheet" href="styles.css">
  </head>
  <body>

    <h1>RPG Creature Search App</h1>
    <input id="search-input" required />
    <button id="search-button" type="button">Search</button>



    <script src="script.js"></script>
  </body>
</html>
/* 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/150.0.0.0 Safari/537.36

Challenge Information:

Build an RPG Creature Search App Project - Build an RPG Creature Search App

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/build-an-rpg-creature-search-app-project/6555c1d3e11a1574434cf8b5.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @ranz1,

Finish implementing the user stories. Then run the tests.

Happy coding