Skip to content

ajhyndman/cocrossword

Repository files navigation

co-crossword

ko-fi

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!

image

Developing

This project was developed using:

Getting Started

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!