react-wordle
react-wordle copied to clipboard
A fun Wordle clone made using React, Typescript, and Tailwind
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.19 to 18.7.17. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 1.4.2 to 1.7.1. Release notes Sourced from @headlessui/react's releases. @headlessui/react@v1.7.1 Fixed Improve iOS scroll locking (#1830) Add <fieldset disabled> check to radio group options in React (#1835)...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.0 to 29.0.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Fixes Issue #465 as well as adding 139 other words in wordlist.ts that were missing from validGuesses.ts. I basically just wrote simple code to go through every word in wordlist,...
Does anyone have any suggestions on how to modify the code to use an external CSV (such as the CSV version of a Google Sheet) as the word list instead...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.2 to 13.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.2 to 12.1.5. Release notes Sourced from @testing-library/react's releases. v12.1.5 12.1.5 (2022-04-11) Bug Fixes Only supports React < 18 (#1041) (9e2b5db) v12.1.4 12.1.4 (2022-03-09) Bug Fixes Match...
## Migrate from Create React App to Vite [Vite](https://vitejs.dev) is a great alternative to Create React App. It makes the development workflow a lot faster than CRA. This PR converts...
**Changes:** cool wordle favicon added **Preview:** 
Updated styling for settings and win modal, add prettier class sorting, and fixed unit testing bugs.
## Styling Changes - added rounded borders to guess distribution metrics - changed share button to blue and added a transition effect (the indigo clashed with the other blues) -...