Update README.md

This commit is contained in:
ahaas25 2022-01-04 15:52:13 -05:00 committed by GitHub
parent 8d262e4242
commit 570d553a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Following suite with the goal of simplicity, I made sure to make my code as neat
The first development milestone for this project is to have a working typing prompt. The program will generate a prompt from a list of words. After the user completes a test, the program will provide basic information such as WPM and accuracy after completing the test.
This milestone will have most of the UI elements implemented, with later milestones focusing on features like refinements and user data parsing.
****Milestone 2****
****Milestone 2**** - In development
The second development milestone is to analyze user test data more thoroughly. Mis-keys and time between inputs will be recorded. This data will also be saved locally to the users computer to persist across sessions. An information tab will be added to show the users progress.
Additionally, the ability to hover over an on-screen key to get information about it will be implemented.
@ -23,3 +23,5 @@ Additionally, the ability to hover over an on-screen key to get information abou
****Milestone 3****
The third milestone will mostly focus on refinements in the UI and code. The goal will be to optimize the code as much as possible and add theming options. By this time, Typing Teacher should be ready for the first release.
# Credits
Words list from https://gist.github.com/deekayen/4148741