This repository contains my JavaScript projects, assignments, and challenges from my coding course. I will be pushing code here regularly as I complete lessons and exercises.
A web app to manage daily tasks. Features include adding, editing, and deleting tasks.
Skills: JavaScript, HTML, CSS, LocalStorage
A multiple-choice quiz game that keeps score and tracks progress.
Skills: JavaScript, DOM manipulation, Event handling
Fetches live weather data from an API and displays it dynamically.
Skills: JavaScript, Fetch API, JSON, HTML, CSS