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 seiProjectTwo = {
    name: 'TrailSha.pe',
    description: 'A place for runners, hikers, 
        mountain bikers, and trail work volunteers
        to share information on trail conditions.',
    type: 'individual',
    technology:[
        'HTML',
        'CSS',
        'JavaScript',
        'Node.js',
        'Express',
        'MongoDB',
        'Mongoose',
        'Atlas',
        'Heroku',
        'Google Authentication',
        'Google Maps API',
        'GitHub',
        'VS Code'
    ];
};