Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dogsghost/quick-lang-quiz
https://github.com/dogsghost/quick-lang-quiz
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dogsghost/quick-lang-quiz
- Owner: dogsGhost
- Created: 2016-01-11T01:20:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T23:19:10.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T05:46:09.424Z (10 months ago)
- Language: JavaScript
- Homepage: http://dogsghost.github.io/quick-lang-quiz/
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick Language Quiz
===Quiz for translating phrases from English into Spanish. Emphasis on vocabulary over sentence logic. Built with React.
Dev Commands
---- `npm test` - Run unit tests with Mocha.
- `npm run lint` - Lint all `.js` files.
- `npm run start-dev` - Compiles `./js` to `./public` in memory and starts app server at `locahost:3000` with hot module replacement enabled.