https://github.com/chaedoll/chaedoll
My Profile Site --> https://chaedoll.github.io/ChaeDoll/page/
https://github.com/chaedoll/chaedoll
javascript web
Last synced: 13 days ago
JSON representation
My Profile Site --> https://chaedoll.github.io/ChaeDoll/page/
- Host: GitHub
- URL: https://github.com/chaedoll/chaedoll
- Owner: ChaeDoll
- Created: 2022-07-01T16:15:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-16T04:36:23.000Z (about 1 month ago)
- Last Synced: 2026-05-16T06:42:21.291Z (about 1 month ago)
- Topics: javascript, web
- Language: HTML
- Homepage:
- Size: 4.46 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README(Legacy).md
Awesome Lists containing this project
README

```java
// Welcome!!!
class Main {
public static void main(String[] args) {
Introduce me = new Introduce("Chaeyun");
me.hello();
}
}
class Introduce{
String name;
String role;
String[] skills;
String[] languages;
String[] tools;
Introduce(String id){
if (id == "Chaeyun"){
this.name = "임채윤";
}
this.role = "XR Reseacher & Developer";
this.languages = new String[]{"C#", "Python", "C++", "JavaScript", "Java", "Kotlin", "HTML", "CSS"};
this.skills = new String[]{"Unity", "Meta XR", "AR Foundation", "REST API", "Web Frontend", "Web Backend", "Android Client", "Server"};
this.tools = new String[]{"Github", "Notion", "Postman", "Figma", "Netlify", "Unity Version Control", "Visual Studio", "VsCode", "IntelliJ"};
}
void hello(){
System.out.println("반갑습니다🖐️");
System.out.println(role+"를 희망하는 '"+name+"'입니다.");
System.out.print("제가 다룰 수 있는 기술은 ");
for (String skill : skills) {
System.out.print(skill+", ");
}
System.out.print("입니다.");
System.out.println("편안하게 둘러보세요!");
}
}
```
## 📖 Currently Learning...

## 🌱 My Portfolio
- **Smart My Ai Friend (SMAF) : https://tender-octagon-f7f.notion.site/b82a79288fcb47e7929684fe32512598**
Unity XR과 Naver Cloud 및 CLOVA Studio를 활용한 XR(Meta Quest)-RAG LLM AI 서비스. 2인 중 XR 총괄 개발을 맡았다.
- **Myongji Camp APP Refactoring : https://radial-primrose-72f.notion.site/HOME-4c02f484d3eb49309dd3396e129bb64a?pvs=4**
이전 프로젝트 Refactoring. UI/UX 디자인 컨셉 변경, API 코드 간결화, 클라우드 서버 배포, 알림 기능 추가 등. 3인 중 Frontend 구현을 맡았다.
- **Taja Coding Web : https://languid-syringa-3ea.notion.site/fdafef44119b4b159c4423de3d458210?pvs=4**
React, nodejs 기반 팀 프로젝트. 코딩 타자연습 커뮤니티 웹사이트. 4인 중 FullStack 구현을 맡았다.
- **Feel Check APP : https://harmless-music-694.notion.site/APP-2f19aac87d77490cb344d98c512a7816?pvs=4**
React Native, Spring 기반 팀 프로젝트. AI 얼굴분석 기반 감정인식 캘린더 (감정일기) 앱. 3인 중 FullStack 구현을 맡았다.
- **Myongji Camp APP : https://radial-primrose-72f.notion.site/HOME-4c02f484d3eb49309dd3396e129bb64a?pvs=4**
React Native, Spring 기반 팀 프로젝트. 프로젝트를 진행/개발하는 교내 학생들을 위한 팀 매칭 앱. 3인 중 Frontend 구현을 맡았다.
- **Foreigner Infra Report : https://github.com/ChaeDoll/TeamProject-ForeignerReport**
Jupyter Notebook 환경에서 Python의 라이브러리를 활용한 데이터 시각화 보고서 3인 팀 프로젝트
- **Alcohol Calculator APP : https://github.com/ChaeSoGong/TeamProject-AlcoholCalculator**
Android Studio / Kotlin 기술을 활용한 사이드 팀 프로젝트. CockTell APP의 알코올 도수 계산기를 구현한 앱
- **CockTell Project Page : https://github.com/ChaeSoGong/TeamProject-Cocktell**
Next.js 기반 첫 팀 프로젝트 'CockTell'. 칵테일 조주에 관심있는 사람들을 위한 다양하고 참신한 칵테일 레시피를 제공하는 사이트
- **My Profile Project Page : https://github.com/ChaeDoll/ChaeDoll/tree/main/page**
순수 웹페이지 (html, css, javascript) 사용하여 구현한 첫 개인 프로젝트 'My Profile'
## 📄 Others
- ### My Sites
- ### Contact
📧E-mail : dlacodbs0627@gmail.com
🏫Student E-mail : codbs0627@mju.ac.kr
- ### MY BAEKJOON STATUS
[](https://solved.ac/dlacodbs0627/)