Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 467 Bytes

File metadata and controls

25 lines (17 loc) · 467 Bytes

LearnWords App

LearnWords is a browser-based vocabulary trainer for learning English words. The app shows words in small batches, tracks progress locally in the browser, and helps you review learned words over time.

Installation and Usage

Clone repository and install dependencies:

$ git clone https://github.com/jstarstech/learnwords
$ cd learnwords
$ npm install

Development:

$ npm run dev

Build:

$ npm run build