Applied JavaScript (ES6+ and Browser Modules)

Estimated Time: 120 hours

Status: ☐ Not Started


🎯 Objectives

Use modern JavaScript features (ES6+), including:

Refactor and organize code into modular files

Store, retrieve, and update data in the browser using localStorage and sessionStorage

Build larger JavaScript apps with clean, readable architecture


🔗 Resources

  1. JavaScript30 by Wes Bos

    30 small vanilla JS projects – no frameworks or build tools

  2. The Odin Project – JavaScript in the Browser

    Covers modular code, DOM updates, and localStorage

  3. MDN – ES6+ JavaScript Reference

    Use as needed when learning new syntax