A web application written with Angular for a fantasy Dungeons and Dragons universe I created, to be used in my home games.
For SoftUni Angular Exam - August 2021. The application has been made on a 1920 x 1080 resolution (non-responsive).
- 12 components, 4 services, 1 model
- Firebase Auth handles authentication, including error handling
- Firestore is used as a database for the project
- Printing functionality is done by NGX-Print
- Connects to D&D 5e API to get dnd classes
- Images are stored in imgur
Unauthenticated users can access Home, Adventures, Register, Login pages.
Authenticated users can access Character Creator, My Characters Page.