MS Word Luganda spell checker.
## Lingo Client
Project Docs
### Prod;
- Client Service
### Minimum Supported Versions
- Office for Windows: 2013
- Office for Mac: 2016
- Word for Web: Since September 2016
### To run;
- (If on mac) run `npm run dev-server`
- Run `npm run dev`
### Helpful links;
- Access console logs:
docs.microsoft.com
-
### Pending;
- move words to infinite scroll
- highlight word when clicked
- ui freezing up while fetching words
- improve auto refresh, performance compromise- right now, we have to choose one- auto refresh/ view more words
### Nice to have;
- Use indexed db fixes(investigate
npmjs.com)
- Ignore word for this doc
### Architecture
### Gotchas
- Build size- Make sure you use selective imports to avoid pulling in alot of unnecessary code in the build. Not doing this leads to a build size of >5mb == terrible
### Bootstrapped by
This repository contains the source code used by the Yo Office generator when you create a new Office Add-in that appears in the task pane. You can also use this repository as a sample to base your own project from if you choose not to use the generator.
### Debugging
Open a browser dev console to look at logs by:
- Mac:
learn.microsoft.com
-
### Relevant Links
- Tutorial
- Use a browser's developer tools
- Attach a debugger from the task pane
- Use F12 developer tools on Windows 10