Skip to content

polapolaczek/rxjs-learning-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS Learning - App

Created for the purposes of learning how to use RxJS inside React App with Typescript. See the live demo


Game Plan

Functionalities:

  • countdown
  • reset countdown button
  • terminate countdown button
  • start countdown button
  • input countdown start value

Other:

  • [ ]

How to run

yarn start runs the app in the development mode on http://localhost:3000


Bootstrapped with Create React App.