Project
namlit.dev
Project Structure
TODO
lib
├── api
├── application_services
├── domain
└── presentationlib/api
api
├── mappers
└── repositorylib/application_services
application_services
└── services
├── about_me
├── contact
├── home
├── projects
└── resume
└── techstacklib/domain
domain
└── models
├── about_me
├── common
├── contact
├── home
├── projects
└── resumelib/presentation
presentation
├── components
│ ├── layout
│ ├── page_view
│ └── ui
├── models
│ ├── about_me
│ ├── common
│ ├── contact
│ ├── projects
│ └── resume
└── utilTODO
lib
├── api
├── application_services
├── domain
└── presentationlib/api
api
├── mappers
└── repositorylib/application_services
application_services
└── services
├── about_me
├── contact
├── home
├── projects
└── resume
└── techstacklib/domain
domain
└── models
├── about_me
├── common
├── contact
├── home
├── projects
└── resumelib/presentation
presentation
├── components
│ ├── layout
│ ├── page_view
│ └── ui
├── models
│ ├── about_me
│ ├── common
│ ├── contact
│ ├── projects
│ └── resume
└── utilProject Structure
TODO
lib
├── api
├── application_services
├── domain
└── presentationlib/api
api
├── mappers
└── repositorylib/application_services
application_services
└── services
├── about_me
├── contact
├── home
├── projects
└── resume
└── techstacklib/domain
domain
└── models
├── about_me
├── common
├── contact
├── home
├── projects
└── resumelib/presentation
presentation
├── components
│ ├── layout
│ ├── page_view
│ └── ui
├── models
│ ├── about_me
│ ├── common
│ ├── contact
│ ├── projects
│ └── resume
└── utilTODO
lib
├── api
├── application_services
├── domain
└── presentationlib/api
api
├── mappers
└── repositorylib/application_services
application_services
└── services
├── about_me
├── contact
├── home
├── projects
└── resume
└── techstacklib/domain
domain
└── models
├── about_me
├── common
├── contact
├── home
├── projects
└── resumelib/presentation
presentation
├── components
│ ├── layout
│ ├── page_view
│ └── ui
├── models
│ ├── about_me
│ ├── common
│ ├── contact
│ ├── projects
│ └── resume
└── utilProject
namlit.dev
Project Structure
TODO
lib
├── api
├── application_services
├── domain
└── presentationlib/api
api
├── mappers
└── repositorylib/application_services
application_services
└── services
├── about_me
├── contact
├── home
├── projects
└── resume
└── techstacklib/domain
domain
└── models
├── about_me
├── common
├── contact
├── home
├── projects
└── resumelib/presentation
presentation
├── components
│ ├── layout
│ ├── page_view
│ └── ui
├── models
│ ├── about_me
│ ├── common
│ ├── contact
│ ├── projects
│ └── resume
└── utilTODO
lib
├── api
├── application_services
├── domain
└── presentationlib/api
api
├── mappers
└── repositorylib/application_services
application_services
└── services
├── about_me
├── contact
├── home
├── projects
└── resume
└── techstacklib/domain
domain
└── models
├── about_me
├── common
├── contact
├── home
├── projects
└── resumelib/presentation
presentation
├── components
│ ├── layout
│ ├── page_view
│ └── ui
├── models
│ ├── about_me
│ ├── common
│ ├── contact
│ ├── projects
│ └── resume
└── util