https://github.com/ifyoumakeit/crossword
🏁 NYT Crossword with React
https://github.com/ifyoumakeit/crossword
Last synced: 10 months ago
JSON representation
🏁 NYT Crossword with React
- Host: GitHub
- URL: https://github.com/ifyoumakeit/crossword
- Owner: ifyoumakeit
- Created: 2018-12-15T21:41:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T19:48:42.000Z (over 7 years ago)
- Last Synced: 2025-08-15T18:01:18.541Z (10 months ago)
- Language: JavaScript
- Homepage: https://crossword-hooks.netlify.com/
- Size: 229 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/ifyoumakeit/crossword)
# Crossword
Building a crossword puzzle editor using data from https://github.com/doshea/nyt_crosswords.
# Using
This is build with create-react-app so all of its settings apply.
```js
yarn start // Starts dev server
yarn test // Runs Jest tests
yarn build // Builds site
```