Skip to content

sorrychoe/jaeseong-choe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jaeseong-Choe

Directory

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