Web ICP5 - abndnc/CS5590-0003 GitHub Wiki
1.To-do application:
Develop a basic to-do list application using Angular (not AngularJS) elements which are discussed and used in Use Case.
Implementation: Before starting the assignment, Node.js and npm were installed into the machine for system requirement. Most of the tasks require to work on app.component.ts, where all the interaction function were written(append items, delete items and submit form). To run the web page, either start it through 'Angular CLI Server' or through Terminal by 'ng serve' command and then click to the given localhost link.
2.Countdown Timer:
Develop a basic countdown timer application using Angular (not AngularJS) elements which are discussed and used in Use Case. The objective of Countdown Timer is to provide a decrementing display of the months, days, hours, minutes, and seconds to a user entered event.
Implementing: Same preparation as above task. All text and style of the time formats(date, time-span, digit, down-counter) are written separately and placed in shared folder. Same steps are applied to open the web page.