Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I am currently working on the “Build a Recipe App” project, but the test suite is not loading. It keeps spinning without showing any results or error messages.

Because of this, I cannot see what is wrong with my code or complete the project.

Please assist.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Barnz Recipe</title>
</head>
<body>

  <h1>Barnz Recipe</h1>

  <p>
    Barnz Special Creamy Jollof Pasta is a rich and flavorful fusion dish 
    that combines the bold taste of West African jollof sauce with creamy pasta goodness. 
    It’s easy to prepare, satisfying, and perfect for lunch or dinner.
  </p>

  <section>
    <h2>Ingredients</h2>
    <ul>
      <li>250g pasta (penne or spaghetti)</li>
      <li>2 cups blended tomatoes</li>
      <li>1 red bell pepper</li>
      <li>1 small onion (chopped)</li>
      <li>2 cloves garlic (minced)</li>
      <li>1 teaspoon curry powder</li>
      <li>½ cup fresh cream</li>
    </ul>
  </section>

  <section>
    <h2>Instructions</h2>
    <ol>
      <li>Boil the pasta in salted water according to package instructions. Drain and set aside.</li>
      <li>Heat vegetable oil in a pan and sauté the chopped onions and garlic until fragrant.</li>
      <li>Add blended tomatoes and red bell pepper. Cook for 8–10 minutes until the sauce thickens.</li>
      <li>Add curry powder, thyme, seasoning cube, and salt. Stir well.</li>
    </ol>
  </section>

  <img src="https://www.hintofhealthy.com/wp-content/uploads/2020/06/Jollof-spaghetti.jpg" 
       alt="Jollof Spaghetti">

</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build a Recipe Page - Build a Recipe Page

I am currently working on the “Build a Recipe App” project, but the test suite is not loading. It keeps spinning without showing any results or error messages.

Because of this, I cannot see what is wrong with my code or complete the project.

Please assist.

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.