Overview

This documentation outlines the steps to complete the test assessment for creating a Recipe Finder Application using Next.js. The application will allow users to search for recipes with advanced filters, display results on a separate page, and view detailed information for each recipe.

Steps to Complete the Assessment

1. Create a Next.js Application

2. Create a Search Page

  1. Design the Search Page:
  2. Add a Search Form:
  3. Enable the "Next" Button:
  4. Navigate to the Recipes Page:

3. Create the Recipes Page

  1. Fetch Recipes Data on the Server:
  2. Render Recipes:

4. Create the Recipe Details Page

  1. Fetch Recipe Details:

  2. Render Recipe Details:

5. Implement Suspense Component

6. Implement UI with Tailwind CSS