You have really done a nice job but I can see some issues that needs to be improved. Instead of using multiple click event listener, I sugest you use event delegation.
Multiple event listener increases memory consuption and performance overhead.
Great work so far however there are some areas that need improvement.
Click events only work for desktops. Using touchStart will make your webpage work across all mobile platforms in other browsers.
You have really done a nice job but I can see some issues that needs to be improved. Instead of using multiple
click
event listener, I sugest you use event delegation.Multiple event listener increases memory consuption and performance overhead.