Project
namlit.dev

Project Structure

TODO

lib
├── api
├── application_services
├── domain
└── presentation

lib/api

api
├── mappers
└── repository

lib/application_services

application_services
└── services
    ├── about_me
    ├── contact
    ├── home
    ├── projects
    └── resume
        └── techstack

lib/domain

domain
└── models
    ├── about_me
    ├── common
    ├── contact
    ├── home
    ├── projects
    └── resume

lib/presentation

presentation
├── components
│   ├── layout
│   ├── page_view
│   └── ui
├── models
│   ├── about_me
│   ├── common
│   ├── contact
│   ├── projects
│   └── resume
└── util
© 2020 - 2026 Namlit. All rights reserved.