An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://api.travis-ci.org/ifyoumakeit/crossword.svg)](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
```