This is a simple progress bar made with React.
Create a ProgressBar component that uses the props object
A button element that uses an onClick event to increase progress.
The increment of progress stops when it reaches 100.
A pop-up message saying "progress complete" when it hits 100%.
npm install
npm run dev