Clone of the Connections game from the New York Times, written using Next.js.
For those interested in running the app locally, first clone the repository:
git clone https://github.com/srefsland/nyt-connections-clone.git
Install dependencies:
cd nyt-connections-clone
npm install
Start the development server:
npm run dev
The development server is now live at http://localhost:3000.
This project is released under the MIT License.