A single-page application for creating word search puzzles that print out nicely directly from the browser. [Check out live version]
- Clone the respository.
- Run
npm install
. - Run
npm start
. - Go to http://localhost:8080
Run npm run test:watch
to carry out unit test suites. The tests cover store-related logic only.