Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.35 KB

Sample Message Templates Page

Screenshot 2024-01-15 at 9 16 35 PM

Frameworks used

  • React (Typescript)
  • Material UI for styling and theming

Execution

To run the application run the following:

cd message-templates
yarn install
yarn start

The application will then be running on http://localhost:3000/

Features

Besides the styling and effects specified for the project the application has the following features:

Add new templates

User can add new message templates. Template name is required otherwise the Create new template button will be disabled.

Screenshot 2024-01-15 at 9 20 42 PM

Rename templates

User can rename existing templates. Template name is required otherwise the Rename button will be disabled. Screenshot 2024-01-15 at 9 21 30 PM

Delete template

User can delete existing templates.

Screenshot 2024-01-15 at 9 22 02 PM