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
.vscode | ||
src | ||
src-tauri | ||
.gitignore | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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 developmentbuild
: bundle web assets to/dist
serve
: serve web assets locallytauri
: send commands to tauri CLI (reference)
Recommended IDE Setup
Connections data
Data from https://github.com/Eyefyre/NYT-Connections-Answers/blob/main/connections.json