This project was generated with Angular CLI version 13.3.0.
A Roling Scope School - ST3 - task-project
📗 Technical specification with materials
👨💻 Yan Poleshko (@shadowinhaze)
School project. A simple Web application imitates some YouTube functionality. The application is building in order to familiarize with the Angular framework and its main parts.
In this project, the students work exclusively within the set tasks and limitations.
-
Project uses
Angular 13
. -
The lack of a UI/UX-designer compensates by using the
Angular Material UI
library with ready for use components. -
SASS
preprocessor (.scss syntax) is used for addition component stylisation. -
.eslint
with AirBnB config and.prettier
are used for maintenance code-quality and unified code-writing.
💡 You can run your own front-end version:
- Clone repo with FE.
- Read Techs for full information.
npm i
ng serve
for a dev server. Navigate tohttp://localhost:4200/
.