A progress bar which can be used on forms or multi-sectional pages. it have two buttons to switch between its five stages
style.css // Contains Page's styless
index.html // Contains HTML code
app.js // Contains all required functionality
README.md // You are currently reading it and it contains the project's documentation.
To get the project up and running follow the steps below:
- you can download/clone the repository.
- open
index.html
using any browser.
- Switching between stages by clicking on of the two buttons .
- Preview the progress by a dynamic blue fill to detect the current stage.
- Both buttons turns to be disabled when they reach the permitted range of stages.
- The bar is dynamic and can be resued for multible uses.