ZDenizYStenhaug / swe573-Project

Project repository for SWE573 - Software Development Practice
0 stars 0 forks source link

Research Angular #20

Closed ZDenizYStenhaug closed 2 years ago

ZDenizYStenhaug commented 2 years ago

Before starting writing the UI, research angular and understand how its components work. The UI of this project will be very simple, so don't waste too much time, the aim is to understand the structure of an angular project, be able to call APIs and send data to the backend properly. Some tutorials to look into: https://www.youtube.com/watch?v=8ZPsZBcue50&t=4606s https://www.youtube.com/watch?v=AAu8bjj6-UI&t=117s

ZDenizYStenhaug commented 2 years ago

Researched and tried to write to write the page for creation and viewing services. Could not manage to do it in appropriate time and thought it would be too hard to finish the project until the final deliverable. In the end, decided to use thymeleaf for the UI instread of Angular.