An open API service indexing awesome lists of open source software.

https://github.com/billstephens2022/typinggame-angular

A typing game built with Angular / TypeScript where a random 'lorem ipsum' sentence is displayed to the user and the user must type the sentence.
https://github.com/billstephens2022/typinggame-angular

angular angularjs css css3 html html5 javascript typescript

Last synced: about 2 months ago
JSON representation

A typing game built with Angular / TypeScript where a random 'lorem ipsum' sentence is displayed to the user and the user must type the sentence.

Awesome Lists containing this project

README

          

# TypingGame-Angular
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)

## Description

A simple game where a random lorem ipsum text sentence is generated and the user types out the text. As each letter is typed, the letter of the sentence will appear green if typed correctly or red if incorrect. When full sentence is typed correctly, a success message is rendered.

Screenshots of app:

Successful attempt:
![screenshot1](/src/assets/screenshot1.png)

With Typing Errors:
![screenshot2](/src/assets/screenshot2.png)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)

## Installation

Deployed URL: https://billstephens2022.github.io/TypingGame-Angular/

## Usage

Type each letter of the displayed sentence including the punctuation. Letters will appear green when typed correctly, red if typed incorrectly. A success message will appear if entire sentence is typed correctly.

## License
This application is covered under the MIT License.

For more information: https://opensource.org/licenses/MIT

## Contributing
N/A

## Tests
N/A

## Questions
Contact Info

GitHub user name: BillStephens2022

Link to GitHub profile: https://github.com/BillStephens2022

Email: stephensbill17@gmail.com