Color Guessing Game
This is a simple Color guessing game developed using JavaScript. The webpage gives a color to find from the list of colors and user has to select that particular color from the list of colors available. On the failure or wrong selection an alert will be printed and also “Try again” will be displayed on top. On successful selection the alert will be given and Background of the page turns to the selected color. Also, a “Congratulations” will be printed on top. This project is just a basic implementaion and does not use Bootstrap or any other frameworks. This project is built using HTML, CSS and JavaScript