Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 650 Bytes

File metadata and controls

25 lines (16 loc) · 650 Bytes

JavaScript Projects

This repository contains small JavaScript projects built for learning and practicing web development concepts.

Projects

Simon Says

An interactive browser-based application featuring:

  • Randomly generated color sequences
  • Visual and audio feedback for user interactions
  • Increasing difficulty with each round
  • Simple, responsive UI

Tech used: HTML5, CSS3, JavaScript (DOM manipulation, event listeners)

Tech Stack

  • JavaScript (ES6+)
  • HTML5
  • CSS3

Purpose

This repo serves as a space to practice core JavaScript concepts through small, self-contained projects. More projects may be added over time.