A D&D wizard spellbook app You can see the demo here: https://racc00n.github.io/spellbook/
assets/spells.json includes spells of the 3.5. As long as you keep the same format, you can replace it with any version you want. Fits mobile devices as well. Uses local storage to keep your prepared spells saved per class. Technologies:
- Angular 5 (with Angular CLI)
- ngrx
- Bootstrap 4
- Jasmine (over 90% coverage)
- Protractor
Run the usual npm install + ng serve to operate. In order for this to work on a phone u can use the ng serve -H= option.