keyboard-pro is a fun, fairly simple project to get started with HTML, CSS, and Javascript.
This is a development project with known list of issues, intended for accepting hacktoberfest contributions. Checkout issues board for more info.
keyboard-pro features color-based state indicators:
- Reset: Silver
- Correct text (in progress): Mightnight Blue
- Incorrect text (in progress): Orange Red
- Complete: Green
The website runs a timer once the user starts typing in the test area, and stops once the text in test area matches the origin text. You may reset the test area along with the timer anytime during the test.
The test area border as such changes color to indicate current state as listed above.
- HTML
- CSS
- Javascript
- Love
Nothing special. Just a javascript-enabled browser should do.
Checkout this awesome guide on how to get started with your first open source contribution as a beginner.
This project has two major feature implementation requirements. Any PRs that achieve the features illustrated in this section are acceptable.
- Reset (initial) state:
- Correct (in-progress) state
- Incorrect (in-progress) state
- Complete (finish) state
This project is licensed under the MIT License.