/Countdown-Timer-RxJs

This web application demonstrates the use of asynchronous events using ReactiveX/RxJS streams. Created using HTML, CSS and JavaScript, the web application counts down from a set time inputted by the user

Primary LanguageJavaScript

Countdown Timer RxJs

📔 Table of Contents


Introduction

This web application demonstrates the use of asynchronous events using ReactiveX/RxJS streams. Created using HTML, CSS and JavaScript, the web application counts down from a set time inputted by the user


🧰 Getting Started

To run the web application:

  1. Navigate to the folder named "Web Application"
  2. Open the file "index.html" in your browser
  3. Enter the desired time in the hour, minute and seconds box and click on "Start Countdown"

📷 Demonstration

Demonstation

📁 Directory Structure

|-- Web Application
|   |-- Assets
|   |   |-- CSS
|   |   |   '-- style.css
|   |   |-- JavaScript
|   |   |   '-- app.js
|   '-- index.html