diff --git a/src/components/Challenges/ChallengeDetail.tsx b/src/components/Challenges/ChallengeDetail.tsx index 7416bbd..89ad106 100644 --- a/src/components/Challenges/ChallengeDetail.tsx +++ b/src/components/Challenges/ChallengeDetail.tsx @@ -33,7 +33,7 @@ export const ChallengeDetail: React.FC = ({ challenge, onB return (
-
+
{/* Header */}
-
+
{challenge.domain} @@ -55,7 +55,7 @@ export const ChallengeDetail: React.FC = ({ challenge, onB

{challenge.title}

- +
@@ -79,31 +79,39 @@ export const ChallengeDetail: React.FC = ({ challenge, onB {/* Main Content */}
{/* Challenge Details */} -
-

Challenge Details

- -
-

What You'll Build

-

This challenge requires you to create a comprehensive solution that demonstrates your skills in {challenge.domain.toLowerCase()}. You'll work with real-world constraints and requirements.

- -

Requirements

-
    +
    +
    +

    What You'll Build

    +

    + This challenge requires you to create a comprehensive solution that demonstrates your skills in {challenge.domain.toLowerCase()}. You'll work with real-world constraints and requirements. +

    +
    + +
    +

    Requirements

    +
    • Follow industry best practices and standards
    • Create a solution that is user-friendly and accessible
    • Include proper documentation or explanations
    • Test your solution thoroughly before submission
    +
    -

    Bonus Challenges

    -
      +
      +

      Bonus Challenges

      +
      • Add responsive design considerations
      • Implement additional features beyond the basic requirements
      • Create a presentation or demo of your work
      - -

      Resources

      -

      Here are some helpful resources to get you started:

      -
        +
      + +
      +

      Resources

      +

      + Here are some helpful resources to get you started: +

      +
      • Official documentation and guides
      • Community discussions and examples
      • Best practice articles and tutorials
      • @@ -112,9 +120,9 @@ export const ChallengeDetail: React.FC = ({ challenge, onB
      {/* Submission Form */} -
      +

      Submit Your Solution

      - + {/* Submission Type Selector */}
      {[ @@ -125,11 +133,10 @@ export const ChallengeDetail: React.FC = ({ challenge, onB