Skip to content
View ChaeDoll's full-sized avatar
๐Ÿ˜„
๐Ÿ˜„
Block or Report

Block or report ChaeDoll

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ChaeDoll/README.md

// 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[] tools;
    Introduce(String id){
        if (id == "Chaeyun"){
            this.name = "์ž„์ฑ„์œค";
        }
        this.role = "AR/XR Developer";
        this.skills = new String[]{"React Native", "Spring", "REST API", "Python", "Android", "HTML", "CSS", "JavaScript", "Next.js"};
        this.tools = new String[]{"Github", "Notion", "Figma", "Postman", "Netlify, 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...

ย WebXR ย  ย  ย  ย 

๐ŸŒฑ My Portfolio

  • My Profile Project Page : https://github.com/ChaeDoll/ChaeDoll/tree/main/page
    ์ˆœ์ˆ˜ ์›นํŽ˜์ด์ง€ (html, css, javascript) ์‚ฌ์šฉํ•˜์—ฌ ๊ตฌํ˜„ํ•œ ์ฒซ ๊ฐœ์ธ ํ”„๋กœ์ ํŠธ 'My Profile'
  • CockTell Project Page : https://github.com/ChaeSoGong/TeamProject-Cocktell
    Next.js ๊ธฐ๋ฐ˜ ์ฒซ ํŒ€ ํ”„๋กœ์ ํŠธ 'CockTell'. ์นตํ…Œ์ผ ์กฐ์ฃผ์— ๊ด€์‹ฌ์žˆ๋Š” ์‚ฌ๋žŒ๋“ค์„ ์œ„ํ•œ ๋‹ค์–‘ํ•˜๊ณ  ์ฐธ์‹ ํ•œ ์นตํ…Œ์ผ ๋ ˆ์‹œํ”ผ๋ฅผ ์ œ๊ณตํ•˜๋Š” ์‚ฌ์ดํŠธ
  • Alcohol Calculator APP : https://github.com/ChaeSoGong/TeamProject-AlcoholCalculator
    Android Studio / Kotlin ๊ธฐ์ˆ ์„ ํ™œ์šฉํ•œ ์‚ฌ์ด๋“œ ํŒ€ ํ”„๋กœ์ ํŠธ. CockTell APP์˜ ์•Œ์ฝ”์˜ฌ ๋„์ˆ˜ ๊ณ„์‚ฐ๊ธฐ๋ฅผ ๊ตฌํ˜„ํ•œ ์•ฑ
  • Foreigner Infra Report : https://github.com/ChaeDoll/TeamProject-ForeignerReport
    Jupyter Notebook ํ™˜๊ฒฝ์—์„œ Python์˜ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ์‹œ๊ฐํ™” ๋ณด๊ณ ์„œ ํŒ€ ํ”„๋กœ์ ํŠธ
  • Myongji Camp APP : https://radial-primrose-72f.notion.site/HOME-4c02f484d3eb49309dd3396e129bb64a?pvs=4
    React Native, Spring ๊ธฐ๋ฐ˜ ํŒ€ ํ”„๋กœ์ ํŠธ. ๋ช…์ง€๋Œ€ ํ•™๊ต ํ”„๋กœ์ ํŠธ ์ง„ํ–‰/๊ฐœ๋ฐœํ•˜๋Š” ํ•™์ƒ๋“ค์„ ์œ„ํ•œ ํŒ€ ๋งค์นญ ์•ฑ. Frontend ๊ตฌํ˜„์„ ๋งก์•˜๋‹ค.
  • Feel Check APP : https://harmless-music-694.notion.site/APP-2f19aac87d77490cb344d98c512a7816?pvs=4
    React Native, Spring ๊ธฐ๋ฐ˜ ํ•™๊ต ์บก์Šคํ†ค ํŒ€ ํ”„๋กœ์ ํŠธ. AI ๊ฐ์ •์ธ์‹ ์บ˜๋ฆฐ๋” (๊ฐ์ •์ผ๊ธฐ) ์•ฑ. FullStack ๊ตฌํ˜„์„ ๋งก์•˜๋‹ค.
  • Taja Coding Web : https://languid-syringa-3ea.notion.site/fdafef44119b4b159c4423de3d458210?pvs=4
    React, nodejs ๊ธฐ๋ฐ˜ ๊ต๋‚ด ํŒ€ ํ”„๋กœ์ ํŠธ. ์ฝ”๋”ฉ ํƒ€์ž์—ฐ์Šต ์ปค๋ฎค๋‹ˆํ‹ฐ ์›น์‚ฌ์ดํŠธ. FullStack ๊ตฌํ˜„์„ ๋งก์•˜๋‹ค.

๐Ÿ“„ Others

Pinned

  1. TIL TIL Public

    ์˜ค๋Š˜ ๋‚ด๊ฐ€ ๊ณต๋ถ€ํ•œ ๊ฒƒ์„ ์—…๋กœ๋“œ (Today I Learned)

    HTML 1

  2. CodingTest CodingTest Public

    Practice Coding Test with BAEKJOON, Programmers

    Java

  3. Presentation Presentation Public

    ๋‹ค์–‘ํ•œ IT ๋ฐœํ‘œ์ž๋ฃŒ (IT Presentation and Practice)