YuraSoroka / tax_calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Income Tax Calculator

Application was made with ability to scale and easy-to-maintain as a whole solution.

Note: Models can be easily extended. Infrastructure layer dependency is used only for dependency registration

Angular client for used to create a UI from scratch.

Added client-side and backend-side validation.

258649111-2c4f47eb-f30d-47c5-9951-f76477fbee5d

Was added an ability to connect to a relational DB MSSQL Server - a history of calculated tax will be written in DB:

sql

Architecture: Clean Architecture.

Solution Structure:

solution

Design patterns were used:

  • Chain of responsibility
  • Facade
  • Template method
  • Mediator (as an MediatR library implementation )
  • Visitor (as an extension method realization)

Libraries were used:

  • MediatR
  • FluentValidations
  • FluentAssertions
  • Moq
  • Entity Framework
  • Swagger

Testing Framework used:

  • xUnit
tests

About


Languages

Language:C# 60.5%Language:TypeScript 24.9%Language:SCSS 6.0%Language:HTML 4.8%Language:JavaScript 3.7%