A reimplementation of NYT game Connections with some UI changes I wanted to see. A project to get comfortable with SolidJS and Tauri. https://slick-connections.pages.seigler.net
Find a file
Joshua Seigler 9796c66ba5 audit fix
2025-05-29 15:28:32 -04:00
.vscode initial 2025-04-01 18:24:51 -07:00
src fix persistence issue for fresh installation 2025-05-20 19:22:31 -04:00
src-tauri persistence 2025-04-06 18:38:38 -07:00
.gitignore initial 2025-04-01 18:24:51 -07:00
index.html replace boilerplate page title 2025-05-20 19:26:16 -04:00
package-lock.json audit fix 2025-05-29 15:28:32 -04:00
package.json basic usability complete 2025-04-18 13:35:30 -04:00
README.md fix persistence issue for fresh installation 2025-05-20 19:22:31 -04:00
tsconfig.json initial 2025-04-01 18:24:51 -07:00
tsconfig.node.json initial 2025-04-01 18:24:51 -07:00
vite.config.ts WIP 2025-04-16 14:12:23 -07:00

Tauri + Solid + Typescript

This is a side project to reimplement the NYT game Connections, but with a feature to pin words so they are unaffected by Shuffle. I also wanted to make some UI improvements over the connections archive app I have been using on my phone.

I made this hoping to get some exposure to Tauri and SolidJS.

Dev setup

npm i should install everything you need. npm run will list the possible commands:

  • start / dev: live development
  • build: bundle web assets to /dist
  • serve: serve web assets locally
  • tauri: send commands to tauri CLI (reference)

Connections data

Data from https://github.com/Eyefyre/NYT-Connections-Answers/blob/main/connections.json