portfolio
├── tsconfig.node.json
├── index.html
├── .env.local
├── LICENSE
├── vercel.json
├── vite.config.d.ts
├── postcss.config.cjs
├── env.d.ts
├── vite.config.js
├── README.md
├── .prettierrc.json
├── tailwind.config.cjs
├── .gitignore
├── package-lock.json
├── package.json
├── tsconfig.json
├── vite.config.ts
├── tsconfig.node.tsbuildinfo
└── src
├── App.vue
├── main.ts
├── style.css
├── router
│ └── index.ts
├── assets
│ ├── projects.ts
│ ├── chevronDown.svg
│ ├── technologies.ts
│ ├── logo.png
│ ├── logo.svg
│ └── icons
│ ├── javascript.svg
│ ├── vue.svg
│ ├── rust.svg
│ ├── firebase.svg
│ ├── java.svg
│ ├── tailwind.svg
│ ├── python.svg
│ ├── css.svg
│ ├── typescript.svg
│ ├── next.svg
│ ├── react.svg
│ └── html.svg
└── views
└── HomeView.vue
-
Notifications
You must be signed in to change notification settings - Fork 0
License
cqb13/Portfolio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published