Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 544 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 544 Bytes

Guestbook Angular Frontend

This Angular frontend application serves as a guestbook, allowing users to leave messages or comments.

Features

  • Users can view existing messages.
  • Users can add new messages.
  • Messages display the sender's name, message content, and timestamp.

Installation

  1. Clone this repository.
  2. Navigate to the project directory.
  3. Run npm install to install dependencies.
  4. Run ng serve to start the development server.
  5. Open a web browser and go to http://localhost:4200/ to view the application.