A task management SPA built with Angular, focusing on practical implementation of forms, HttpClient integration, and component-driven architecture. Supports full CRUD operations, task status tracking, and dynamic sorting — styled with SCSS following BEM methodology.
Open https://olhalishenko.github.io/portfolio-todo-app-angular/ to view the app in your browser.
- Angular
- TypeScript
- RxJS
- SCSS
To get a local copy of this project up and running, follow these steps.
-
Clone the repository:
git clone https://github.com/OlhaLishenko/portfolio-todo-app-angular.git cd portfolio-todo-app-angular -
Install dependencies:
npm install # or yarn install -
Run the project locally:
npm start # or yarn start