simranquirky / Frontend_templates

add frontend templates and get your PR merged- only for beginners
MIT License
24 stars 51 forks source link

Typing game #66

Closed Siddharthnpm closed 2 years ago

Siddharthnpm commented 2 years ago

This is a typing game with random selection of words and is built from scratch HTML, CSS and JavaScript.

The game has a timer and keeps increasing the score for every correct word entered within the given text box. With every correct word the timer increments and so does the score. Try and get maximum possible correct words within the given time frame.

This is my first open source contribution.