Skip to content
Ultan edited this page Nov 26, 2018 · 9 revisions

Angular project for year 2 Data Representation Module

This app is a forum app which will allow users to add, delete, read and update posts on the forum. This app also has a password protected bug list on the support page

Project is made up of 9 components 1 for each forum(5 in total) and 1 for support,edit,forum history and homepage

Node by default all pages contain code from app.component.html for style + navigation.

Home page is basic and shows a banner as well as a toolbar which can be used to navigate to other forum pages. ProjectHome Used a mat-toolbar for navigation and added a dropdown menu for each forum. Mat Icons are used for each forum to make the forums more user friendly.

DropDown menu

There are buttons for Forums which includes 5 different components for General Discussion, Books, Movies, History and Animals. Each post pulled from the server has a category which divides them into one of these forums or a separate category for Support page.