This project was generated with Angular CLI version 9.1.0.
Create pages layout, “sign in” and “sign up”. Design available at the link: Adobe XD
- Layout development should be used with SASS (SCSS).
- During the development of this TEST project in the CSS file it is important to use SASS variables and also mixins, (colors, font family, font size, etc.)
- Animation: The slider should work with auto play, and when you click on the slider dots controls, the slide should switch to the nex one (for all others slides you can keep the same text and picture)
- All fields should be validated (*user can continue only when all fields is valid and fields is not empty)
- All invalid inputs should be marked as invalid with red color border and message (*This field can not be empty )
- Layout should be responsive.
For development fill free to choose any library or framework you like, React JS, Angular, Vue JS, etc.
Install
npm i or yarn
Start
ng serve
Navigate to http://localhost:4200/
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.