From b6fac567eec1a4d12e7e3a97e7fbdef8a3f38a80 Mon Sep 17 00:00:00 2001 From: Aidan Haas <94150901+ahaas25@users.noreply.github.com> Date: Wed, 16 Nov 2022 16:32:23 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index a4dcd2a..248fd23 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,21 @@ # Credits Word list from https://gist.github.com/deekayen/4148741 + +# Development Status + +Target for first release is the end of November. (I'm a full time student so I work on this project when I can). The goal of the first release is to have a fully functional typing test. This means parsing user input for accuracy and WPM. The analysis of user keystrokes will be added in the second release. + +Current status of project: + +Code: +* Reading of words.txt *implemented* +* Random word picking *implemented* +* Different test lengths *implemented* +* Parsing user input to be implemented +* Saving of user data to be implemented + +UI: +* Main menu *implemented* +* Typing prompt in progress. (Currently shows generated prompt and user info and input parsing not added yet) +* Settings menu to be implemented