jaeseong-choe/
├── README.md
├── backend
│ ├── api
│ │ └── contact.js
│ ├── package-lock.json
│ ├── package.json
│ └── server.js
└── frontend
├── package-lock.json
├── package.json
├── public
│ ├── index.html
│ └── robots.txt
└── src
├── App.css
├── App.jsx
├── components
│ ├── About.jsx
│ ├── Contact.jsx
│ ├── Education.jsx
│ ├── Experience.jsx
│ ├── Footer.jsx
│ ├── Header.jsx
│ ├── Navbar.jsx
│ ├── Projects.jsx
│ └── Skills.jsx
├── index.css
└── index.js
-
Notifications
You must be signed in to change notification settings - Fork 0
My Personal Website
sorrychoe/jaeseong-choe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My Personal Website