Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.07 KB

React Clean Arch ⚛️

⚠️ Work stopped to develop backend API first

This project is focused on how to implement Clean Architecture, Solid, DDD and TDD principles in frontend applications.

Developed featuresTechnologies

🚀 Developed features

  • Validation Layer:

    • Use composite pattern to create validation methods;
    • Test the methods;
    • Implement in presentation layer;
    • Use Builder pattern to build composite validator class;
  • Login:

    • Domain Layer;
    • Data Layer;
    • Tests;
    • Validation;
    • Presentation Layer;
    • Infra Layer;

🛠️ Technologies

With 💙 by Chriszao