the-finance-dev tree
.
├── landing
├── about
├── resume
├── portfolio
│ ├── whack-a-gopher
│ ├── trailsha.pe
│ ├── sei-stay-connected
│ ├── up-kp 
│ └── hardware
├── linkedin
└── github

1 directory, 10 files
the-finance-dev

const seiProjectFour = {
    name: 'Up-Kp',
    description: 'Asset maintenance log tool',
    type: 'individual',
    technology:[
        'HTML',
        'CSS',
        'JavaScript',
        'GitHub',
        'MongoDB',
        'Mongoose',
        'Express',
        'React',
        'Node',
        'Heroku',
        'VS Code'
    ];
};