Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.2 KB

File metadata and controls

41 lines (25 loc) · 1.2 KB

Mistermind Class Timer

Mistermind Class Timer is a web application featuring timers that allow you to count down time, accompanied by visual and sound effects upon completion. The application also enables users to switch between different honeycomb-themed backgrounds and displays the current date and time.

Features

  • Two Timers:

    • Speaker Timer: 5-minute timer
    • Feedback Timer: 2-minute timer
  • Sound Effect: A soft beep upon timer completion.

  • Confetti: Confetti visualization upon countdown completion.

  • Background Switching: Ability to switch between different background images.

  • Display of Current Time and Date: In the top-left corner of the page.

Technologies

The project is built using the following technologies:

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • canvas-confetti library for confetti visualization

Requirements

  • A modern web browser (Chrome, Firefox, Safari, Edge, etc.)
  • Internet access to load the canvas-confetti library from a CDN.

Installation and Setup

  1. Clone or download this repository:

    git clone https://github.com/BarboraKindl/mistermind-timer.git
    cd mistermind-timer
    

2