My Portfolio Website

Skeleton Of the Project Directory

My_Portfolio/
├── src/
│   ├── client/
│   │   ├── assets/
│   │   ├── styles/
│   │   │   ├── light-theme.css
│   │   │   ├── dark-theme.css
│   │   ├── components/
│   │   │   ├── App.tsx
│   │   │   ├── Project3DView.tsx
│   │   │   ├── CommandLine.tsx
│   │   ├── index.tsx
│   ├── server/
│   │   ├── routes/
│   │   │   ├── index.ts
│   │   ├── server.ts
├── public/
│   ├── index.html
├── Dockerfile
├── docker-compose.yml
├── package.json
├── tsconfig.json
├── webpack.config.js