diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 77acfa35..00000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6bf319c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# we don't really need to know the exact layout of Sabrina's files +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index ff65e46c..65bff85e 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,29 @@ # Spellcheck -I suck at spelling and this project was supposed to help me be better but it actually just made me accept that spelling is very hard. Anyway, here's the website assets including the audio clips. The actual process of generating new audio prompts can be found in a YouTube video I haven't published yet. +I suck at spelling and this project was supposed to help me be better but it actually just made me accept that spelling is very hard. Anyway, here's the website assets including the audio clips. The actual process of generating new audio prompts can be found in this YouTube video: + +## Known Issues -# Known Issues * Emoji results are awful for the colourblind * Pronunciation goes very rogue at points - * Examples : very, ascension, porcelain, rosin, reveille, hat, upon, portcullus, innovator, pie, vineyard, concatenate, javas, thrasonical, annual, fribourg, rubric, retrodict, expatiated, hem, hermeneutics, wizard, arsenic, power, expression, longitude, accordance, gonzo, toga, epoch + * Examples: very, ascension, porcelain, rosin, reveille, hat, upon, portcullus, innovator, pie, vineyard, concatenate, javas, thrasonical, annual, fribourg, rubric, retrodict, expatiated, hem, hermeneutics, wizard, arsenic, power, expression, longitude, accordance, gonzo, toga, epoch * Submit button on mobile is too close to keys - it might be worth just switching to a mobile keyboard * On-screen keyboard is very laggy * Spelling system is inconsistent between British and American spelling - * Examples: medival, squints, + * Examples: medival, squints * "A adjective" - my bad, I forgot adjectives existed -* Some Chat-GPT etymology calls returned something akin to "My apologies, I do not understand your request" - * Examples: aerials, autographs, scrambling, +* Some ChatGPT etymology calls returned something akin to "My apologies, I do not understand your request" + * Examples: aerials, autographs, scrambling * Accidental refresh removes progress - may be better to store results into local storage (but also I have no idea if this will store results into a new day) * Submitting on first word in practice mode will allow you to go into negative lives lmao * Copy results sometimes fails (someone has recommended a fix) -# Possible Extensions +## Possible Extensions * Mass select + deleter character inputs * Inserting characters without erasing * Multiple accept options -* A version with game rooms and folks could follow the more traditional round and elimination format in spellings bees. +* A version with game rooms and folks could follow the more traditional round and elimination format in spelling bees. * Adding more words * Word playback on results page * Ability to store list of words for future practice diff --git a/assets/.DS_Store b/assets/.DS_Store deleted file mode 100644 index 255e17b4..00000000 Binary files a/assets/.DS_Store and /dev/null differ