You all start in a tavern...
This web app is a fun personal project I initially built to be able to randomly generate characters for TTRPGs (Table Top Roleplaying Games). Users can create characters which are saved in local storage - no database/server required! On the Character Roster page they can be viewed, edited, and deleted. Anyone can run it locally to use this app's features.
After cloning the project, you will require the following:
This project was generated with Angular CLI version 18.2.12.
npm install -g @angular/core@18.2.12 @angular/cli@18.2.12
Install Bootstrap 5.3.3
npm install bootstrap@5.3.3
Install Angular Powered Bootstrap v17.0.1
ng add @ng-bootstrap/ng-bootstrap
Install Popper.js
npm install @popperjs/core
Install File Saver
npm install file-saver --save
Install ngx-infinite-scroll v18
npm i ngx-infinite-scroll@18.0.0
JMD GitHub: hlsmugs
This project is MIT licensed.