Progress bars simulation using vanilla JavaScript
- 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
Project is created with:
- Vanilla javascript using es6
- Unit testing using Jest
- Used eslint and prettier for linting
Open index.html
`yarn test`