Progress Bar

This is a simple progress bar made with React.

To do

Create a ProgressBar component that uses the props object
A button element that uses an onClick event to increase progress.

Additional features

The increment of progress stops when it reaches 100.
A pop-up message saying "progress complete" when it hits 100%.

How to run

npm install
npm run dev