A not very polished app for reviewing and changing prodigy annotations after a session.
- View and change answers on prodigy annotations
- Filter examples by a search input value
- @angular + @angular/material + @angular/flex-layout
Install electron-forge, which is a CLI tool for building our electron app.
npm i -g electron-forge
Start the app:
electron-forge start
You should see something like:
- No open/close database functionality. Users have to set db path in
home.comoponent.ts
for now - No release builds. You have to install
electron-forge
and run the app locally. - Manipulates sqlite directly. No support for other prodigy db types.
- No integration with ngrx/store because @justindujardin is lazy
Enjoy.