react-wordle icon indicating copy to clipboard operation
react-wordle copied to clipboard

A fun Wordle clone made using React, Typescript, and Tailwind

Results 34 react-wordle issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.19&new-version=18.7.17)](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...

dependencies
javascript

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)...

dependencies
javascript

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=27.4.0&new-version=29.0.1)](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...

dependencies
javascript

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...

dependencies
javascript

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...

dependencies
javascript

## 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:** ![Screenshot 2022-08-11 133530](https://user-images.githubusercontent.com/85151171/184090530-4eff10e0-cb87-4a80-a615-d5c6808ac78c.png)

## 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) -...