- EmberJs 3.12
- SCSS
- SMTP JS and Mailtrap (For Emailing)
- Have kept accessibility score in mind and used corresponding colors and labels.
- The page is responsive and supports mobile and Tab views.
- The validation happens once user clicks the save and send button.
- Added length validation based on Internet standards, minimum of 2 characters and maximum of 120 for first name and last name.
- Images can be added and also be removed.
- Emails are sent using SMTP and mailtrap.
- Attaching Images to email.
EmailTemplate.mp4
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd email-template
yarn install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)