Progress bars are a great way to show loading or completion status. In this challenge, you will build an Animated Progress Bar where you can set a target percentage and animate the fill smoothly.
Create an input field for the percentage, an animate button, and a progress bar that fills with a smooth CSS transition when the button is clicked.