This project implements an online, realtime, collaborative crossword solving application.
Bring your own crossword puzzle (in .puz format) and solve with friends, family or coworkers!
This project was developed using:
To run the project locally, you will need the following software:
To install dependencies and start the application, clone this repository and then run the following:
[...]/crossword-app $ yarn
[...]/crossword-app $ yarn dev
Now open http://localhost:3000 in a browser, where you should see the application running!