I am most proud of building the slider component instead of using the library.
What challenges did you encounter, and how did you overcome them?The hardest part was building the slider and getting a number of characters for the password length from the slider position. I used linear interpolation to calculate the position of the slider circle.
What specific areas of your project would you like help with?Code quality and readability. Maybe there are some bad practices I use.