- React (Typescript)
- Material UI for styling and theming
To run the application run the following:
cd message-templates
yarn install
yarn start
The application will then be running on http://localhost:3000/
Besides the styling and effects specified for the project the application has the following features:
User can add new message templates. Template name is required otherwise the Create new template
button will be disabled.
User can rename existing templates. Template name is required otherwise the Rename
button will be disabled.
User can delete existing templates.