Skip to content

GraceDmello/progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progress bar

Progress bars simulation using vanilla JavaScript

General info

  • Must read data from the endpoint
  • Multiple bars
  • One set of controls that can control each bar on the fly
  • Can't go under 0
  • Can go over limit (defined in API), but limit the bar itself and change its colour

Technologies

Project is created with:

  • Vanilla javascript using es6
  • Unit testing using Jest
  • Used eslint and prettier for linting

How to run application

Open index.html

How to run test cases

`yarn test`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published