Skip to content

sorrychoe/jaeseong-choe

Repository files navigation

Jaeseong-Choe

Directory

jaeseong-choe/
├── README.md
├── eslint.config.mjs
├── jsconfig.json
├── next.config.mjs
├── package-lock.json
├── package.json
├── public
│   └── images
│       ├── Fastcampus.png
│       ├── Handong_Global_University.png
│       ├── NOL_Universe.jpeg
│       ├── day1company.png
│       └── makinarocks.jpeg
└── src
    ├── components
    │   ├── About.jsx
    │   ├── About.module.css
    │   ├── Contact.jsx
    │   ├── Contact.module.css
    │   ├── Education.jsx
    │   ├── Education.module.css
    │   ├── Experience.jsx
    │   ├── Experience.module.css
    │   ├── Footer.jsx
    │   ├── Footer.module.css
    │   ├── Header.jsx
    │   ├── Header.module.css
    │   ├── Navbar.jsx
    │   ├── Navbar.module.css
    │   ├── Projects.jsx
    │   ├── Projects.module.css
    │   ├── Publication.jsx
    │   ├── Publication.module.css
    │   ├── Skills.jsx
    │   ├── Skills.module.css
    │   └── Software.jsx
    ├── pages
    │   ├── _app.js
    │   ├── _document.js
    │   ├── api
    │   │   └── contact.js
    │   └── index.js
    └── styles
        ├── app.css
        └── common.css

About

My Personal Website

Resources

Stars

Watchers

Forks

Contributors