Skip to content

A simple test project built in React framework and TypeScript

Notifications You must be signed in to change notification settings

untied/counters_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple test project built in React framework

Project Screenshot

Three counter buttons are represented on the screen. You may click buttons randomly. Each click generates a task. The green button generates the tasks that last 1 second. The yellow button generates the tasks that last 2 seconds. And the red button generates the tasks that last 3 seconds. All tasks are executed strictly in the order the buttons were pressed. When the task is finished a new log record is added to the event list.

The project demonstrates these front-end development advantages:

  • React functional approach
  • Benefits of TypeScript
  • Communication between components with event bus
  • Usage of RxJS
  • Usage of storages and contexts

If you want to try – just clone it and then:

~/$ cd counters_react

~/counters_react/$ npm install

~/counters_react/$ npm start

About

A simple test project built in React framework and TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published