Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dogsghost/quick-lang-quiz


https://github.com/dogsghost/quick-lang-quiz

Last synced: 1 day ago
JSON representation

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.