This project is guessing game similar to hangman, you should guess the word within 5 guesses. For each guess you are allowed to type a character(a-z) in which the backend service checks if that character is present in the word or not. If its present you will see that characters positions otherwise your guess-chance count will be reduced. User is allowed to test different categories to play this game.
I am trying to build a website that has basically all the concepts of javascript from basics to advanced. I try to keep everything in a simple language that helps users understand it quickly. I plan to build it in a interactive way with intresting text, images and some effects and stuff.