This Angular frontend application serves as a guestbook, allowing users to leave messages or comments.
- Users can view existing messages.
- Users can add new messages.
- Messages display the sender's name, message content, and timestamp.
- Clone this repository.
- Navigate to the project directory.
- Run
npm installto install dependencies. - Run
ng serveto start the development server. - Open a web browser and go to
http://localhost:4200/to view the application.