← Back to Course Overview

Sprint Challenge

Overview

This sprint challenge will test your understanding of Git, GitHub, JavaScript objects and arrays, and HTML/CSS fundamentals. You'll be working on a project that combines all these concepts.

Project Setup

To get started with the Sprint Challenge:

  1. Access the starter code repository at Sprint Challenge Starter Repository
  2. Fork the repository to your GitHub account
  3. Clone your forked repository to your local machine
  4. Follow the instructions in the README file to complete the challenge
  5. Once completed, navigate to the course portal's Sprint Challenge page in the left sidebar to submit your GitHub repository URL

Important: Your submission must be done through the portal's Sprint Challenge submission page. Make sure your repository is public so reviewers can access your work.

Challenge Requirements

Submission Guidelines

  1. Fork the starter repository
  2. Clone your fork to your local machine
  3. Complete the challenge requirements
  4. Commit and push your changes
  5. Submit your work through the Portal

Grading Rubric

Technical Requirements (40%)

  • Git workflow implementation (10%)
  • JavaScript object manipulation (10%)
  • Array methods usage (10%)
  • CSS styling implementation (10%)

Code Quality (30%)

  • Code organization and structure (10%)
  • Naming conventions (10%)
  • Code comments and documentation (10%)

Project Submission (30%)

  • Repository setup (10%)
  • Commit history (10%)
  • Submission process (10%)

Additional Resources