Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 4.01 KB

README.md

File metadata and controls

87 lines (56 loc) · 4.01 KB

Epic Projects

  • (~ 2024) Awesome Projects
  • (2025 ~) Epic Projects
  • I develop well-structured source code for each domain, reusable utility functions, and library-ized source code, and analyze several good project sources.

Template source code.

Description

To explain this project in more detail, it is a project that creates a simple app from HTTP, database, and login to the main screen, then considers the reusability of each module, creates a structure, and continuously develops the source code structure. . The ultimate goal of this project is to continuously study various design patterns and create template source code that can quickly and easily create maintainable apps through separation between UI and business logic.

Commit Rule

  • 👉 feat Add new features
  • 👉 fix Bug fixes
  • 👉 docs Document related work (README.md modification, etc.)
  • 👉 style Code formatting, missing semicolons, etc. No code changes
  • 👉 refactor Code refactoring (no functionality changes)
  • 👉 test Add or modify test code
  • 👉 chore Modify build process or auxiliary tools (package settings, etc.)
  • 👉 perf Changes related to performance improvement
  • 👉 ci Change CI/CD settings

Link

If you are interested in information about me or other activities, please access the link below.

Plugin LINK
Github page [https://aidenkoog.github.io/]