This is a clone of the NYT Connections Game. Which itself seems to be an unacknowledged clone of the British game Only Connect
.
Anyways..
cd react-connections-game
npm install
npm run dev
src/providers
src/components
shadcn/ui
library and lightly edited are in src/components/ui
Sparkles
component is taken from Josh Comeau's article on creating animated sparkles in React..src/lib
src/lib/data.js
src/hooks
Want to add one to the list? Please make a pull request.