← Back to Course Overview

Code-Alongs

In these code-alongs, you'll build practical applications that demonstrate the concepts learned in the modules. You'll work on building a component library using JavaScript classes and creating a data-driven application that consumes data from an API.

Code-Along 1: JavaScript Classes

Build a component library using JavaScript classes. Learn about object-oriented programming and component design patterns that enable code reuse and maintainability.

What You'll Build

In this code-along, you'll create a robust component library that includes:

Key Concepts Covered

Note: Please visit the platform to access the current code-along materials and videos.

Code-Along 2: Network Requests

Create a data-driven application using the fetch API. Learn about handling API responses, processing JSON data, and managing application state based on network responses.

What You'll Build

In this code-along, you'll develop a complete web application that:

Key Concepts Covered

Note: Please visit the platform to access the current code-along materials and videos.

Additional Resources