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
To run the web application:
- Navigate to the folder named "Web Application"
- Open the file "index.html" in your browser
- Enter the desired time in the hour, minute and seconds box and click on "Start Countdown"
|-- Web Application
| |-- Assets
| | |-- CSS
| | | '-- style.css
| | |-- JavaScript
| | | '-- app.js
| '-- index.html