Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstriebel/kreuzwort
Create crossword puzzles like the "Kreuz mit den Worten"
https://github.com/jstriebel/kreuzwort
crossword crossword-puzzle react redux single-page-app
Last synced: about 1 month ago
JSON representation
Create crossword puzzles like the "Kreuz mit den Worten"
- Host: GitHub
- URL: https://github.com/jstriebel/kreuzwort
- Owner: jstriebel
- License: mit
- Created: 2019-01-13T21:14:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T11:42:36.000Z (almost 3 years ago)
- Last Synced: 2023-03-01T04:47:07.567Z (over 1 year ago)
- Topics: crossword, crossword-puzzle, react, redux, single-page-app
- Language: JavaScript
- Homepage: https://jonathanstriebel.de/kreuzwort
- Size: 67.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KreuzWort
KreuzWort is
* a [tool to create crossword puzzles](https://jonathanstriebel.de/kreuzwort),
* inspired by the ["Kreuz mit den Worten"](https://sz-magazin.sueddeutsche.de/tag/kreuzwortraetsel),
* therefore currently only in German, sorry.[Try it online :globe_with_meridians:](https://jonathanstriebel.de/kreuzwort)
[![]( https://img.shields.io/circleci/project/github/jstriebel/kreuzwort/master.svg?logo=circleci)](https://circleci.com/gh/jstriebel/kreuzwort)
[![](https://img.shields.io/github/license/jstriebel/kreuzwort.svg?colorB=00ff00)](https://github.com/jstriebel/kreuzwort/blob/master/LICENSE.txt)
[![Twitter](https://img.shields.io/twitter/url/http/jostriebel.svg?style=social)](https://twitter.com/jostriebel)## Development
Run the development commands either using node & yarn locally,
or via docker-compose:
```
docker-compose run --rm --service-ports dev
```Then,
* install the dependencies using
`yarn install --frozen-lockfile`,
* start the development server with
`yarn start`,
* :rocket:.To format the code run `yarn run prettier`.
## License
This project is licensed under the terms of the [MIT license](LICENSE.txt).