So to download this first you will have to setup docker on your kali machine which you can do by following this guide right here → https://medium.com/@airman604/installing-docker-in-kali-linux-2017-1-fbaa4d1447fe

Then to install OWASP Juicewshop we follow the instructions here→

https://github.com/bkimminich/juice-shop

Best resource for this OWASP JuiceShop Setup→

https://bkimminich.gitbooks.io/pwning-owasp-juice-shop/content/ this includes chalenges and everything as well.

With OWASP Juice Box you have soemthing called a score board ther to track your progress as well you cans ee it by going to /#/score-board.Some of these also have some interactive Tutorials as well so there is that.

To start docker if you have it downloaded do

systemctl start docker

docker run --rm -p 3000:3000 bkimminich/juice-shop