Full Stack Bootcamp
  • COURSE INFORMATION
    • Full Stack Bootcamp
  • Self-Onboarding
    • Get Started
    • Your Bootcamp
    • Participation & Conduct Protocols
    • Tools
      • Google Classroom
      • Slack
      • Google Calendar
      • Zoom
      • GitHub
      • Visual Studio Code
    • Study Strategies
    • Complete your Self-Onboarding
  • Overview
    • Prepare for the Course
    • Your Course
  • Foundations
    • First small Project
    • Working with the Browser
    • The Importance of Documentation
    • AI - How to use it for coding and learning
    • JavaScript
      • Get started with Javascript
      • Variables and Data Types
      • Operators
      • Conditionals
      • Loops
      • Arrays
      • Objects
      • Functions
      • Scope
      • Callbacks
      • Event Handling
      • Error Handling
      • Debugging
      • DOM Manipulation
      • Dynamic Rendering
      • Asynchronous Coding
      • Async/Await
      • Further Resources
  • 👏Credits
Powered by GitBook
On this page
  • Option 1: Mortgage repayment calculator
  • Option 2: Advice generator app
  1. 4. PROJECT - CAREER
  2. Milestone 3 - Application Process
  3. The Technical Interview
  4. The Technical Assignment

Coding Challenge

Option 1: Mortgage repayment calculator

This mortgage calculator is an excellent project for practicing working with forms, client-side validation, and updating the DOM. Remember to focus on accessibility, too.

Link: Frontend Mentor Challenge

Option 2: Advice generator app

The perfect project if you're learning how to interact with 3rd-party APIs. This challenge uses the Advice Slip API to generate random quotes of advice.

Link: Frontend Mentor Challenge

Last updated 11 months ago