Skip to content

kerryimai/CPU-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Monitoring Web Application

Technology used:

  • Express.js
  • React
  • createReactApp
  • Chart.js
  • classnames
  • Jest
  • Enzyme

To install and start the app:

Use node version - 8.10.0

yarn

Install dependecies.

  • Start express server:

yarn server

Open new terminal to start the app:

yarn start

Open http://localhost:3000 to view it in the browser.

For testing, run:

npm test

How I’d improve on this application design:

  • use websocket for data pulling
  • extracting logic to helper files
  • locales for translation
  • error handling when fail to fetch load average

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published