{"id":31802662,"url":"https://github.com/seongwonp/javascript_project","last_synced_at":"2026-02-17T03:04:55.802Z","repository":{"id":304786490,"uuid":"995894085","full_name":"Seongwonp/JavaScript_Project","owner":"Seongwonp","description":"자바스크립트의 기초 문법부터 객체, 브라우저 객체 모델, DOM, AJAX까지 단계별로 실습하며 학습한 내용을 정리한 공간입니다.","archived":false,"fork":false,"pushed_at":"2025-09-12T13:05:59.000Z","size":511,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-11T00:54:15.765Z","etag":null,"topics":["ajax","dom","javascript"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seongwonp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-04T06:53:48.000Z","updated_at":"2025-09-12T13:18:54.000Z","dependencies_parsed_at":"2025-07-15T14:56:57.404Z","dependency_job_id":"9570d44f-73c5-44b4-9856-e4ac51489085","html_url":"https://github.com/Seongwonp/JavaScript_Project","commit_stats":null,"previous_names":["seongwonp/javascript_project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Seongwonp/JavaScript_Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seongwonp%2FJavaScript_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seongwonp%2FJavaScript_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seongwonp%2FJavaScript_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seongwonp%2FJavaScript_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seongwonp","download_url":"https://codeload.github.com/Seongwonp/JavaScript_Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seongwonp%2FJavaScript_Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29532422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","dom","javascript"],"created_at":"2025-10-11T00:52:54.131Z","updated_at":"2026-02-17T03:04:55.754Z","avatar_url":"https://github.com/Seongwonp.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 JavaScript Practice – 자바스크립트 기초 실습 저장소\n\n이 저장소는 자바스크립트의 기초 문법부터 객체, 브라우저 객체 모델, DOM, AJAX까지  \n단계별로 실습하며 학습한 내용을 정리한 공간입니다.\n\n---\n\n## 📁 폴더 구성\n\n| 폴더명        | 학습 주제 |\n|---------------|-----------|\n| `00`          | 자바스크립트 시작 및 환경 설정  \n| `01_basic`    | 기본 문법 (변수, 자료형, 연산자 등)  \n| `02_data`     | 배열, 객체 등 데이터 구조  \n| `03_operator` | 연산자 활용  \n| `04_conditional` | 조건문 (`if`, `switch`)  \n| `05_loop`     | 반복문 (`for`, `while`)  \n| `06_array`    | 배열 메서드 및 반복 처리  \n| `07_function` | 함수 선언, 매개변수, 반환  \n| `08_object`   | 객체 생성 및 속성 접근  \n| `09_window`   | 브라우저 객체 모델 (`window`, `alert`, `confirm`)  \n| `10_dom`      | DOM 조작 및 이벤트 처리  \n| `12_ajax`     | AJAX 통신 및 비동기 처리  \n| `Little_project/LunchMenuSpinner` | 간단한 점심 추천기 프로젝트  \n\n---\n\n## 🛠️ 개발 환경\n\n- **언어**: JavaScript (ES6+)  \n- **에디터**: WebStorm  \n- **브라우저**: Chrome  \n- **운영체제**: macOS / Windows (병행 사용)\n\n---\n\n## 💡 학습 목적\n\n- 자바스크립트 문법을 단계별로 정리하며 실습  \n- DOM, 이벤트, AJAX 등 웹 개발 핵심 개념 이해  \n- 간단한 프로젝트를 통해 실전 감각 향상  \n- 코드 내 주석을 통해 개념 설명 포함\n\n---\n\n## 🙋‍♂️ 작성자\n\n**박성원 (Seongwon Park)**  \n- 자바스크립트 기초 문법 학습 및 실습  \n- DOM 조작 및 브라우저 객체 모델 이해  \n- AJAX 통신 및 간단한 프로젝트 구현 경험  \n- WebStorm + Chrome 환경에서 macOS / Windows 병행 실습\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseongwonp%2Fjavascript_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseongwonp%2Fjavascript_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseongwonp%2Fjavascript_project/lists"}