Advanced web-based training (WBT) software immulating Captivate/Flash style courseware in HTML5 utilizing React/Redux (store) framework. Entire course is run by just two data files per lesson, one for slide info (title, narration, optional txt, image src, etc.), and another for the slide's bullets which are cued based on the time (secs) value you place in bullet property.
Additional features will include: -ADL - SCORM wrapper (to include bookmarking) -Multi-module/lesson menu system
- Clone the repo
npm|yarn install
npm|yarn start
npm|yarn build