Coder Social home page Coder Social logo

Hi there 👋

안녕하세요. 이곳은 제가 진행한 프로젝트들을 정리해 놓은 공간입니다.


iOS 프로젝트

[개인: 무한스크롤 테이블 구현]

  1. 진행기간: 2022-08-07 ~ 2022-08-09
  2. 주요내용: 계속해서 추가 데이터를 받아와 출력하는 테이블 구현
  3. 참여역할: 개인 프로젝트
  4. 사용스킬: MVVM, Clean architecture, Alamofire, Kingfisher, PrettyConstraints
  5. 코드링크: https://github.com/WGYang-KR/InfiniteScrollBoard

[개인: 카셰어링 앱 화면 구현]

  1. 진행기간: 2022-06-02 ~ 2022-06-08
  2. 주요내용: 카셰어링이 가능한 지역을 안내하는 기능 구현
  3. 참여역할: 개인 프로젝트
  4. 사용스킬: MapKit, UserDefaults
  5. 코드링크: https://github.com/WGYang-KR/CarSharingZone

[개인: 할일 관리 앱 클론코딩]

  1. 진행기간: 2022-04-21 ~ 2022-05-17
  2. 주요내용: 할 일 관리를 돕는 유틸리티 앱 '데일리투두' 클론코딩
  3. 참여역할: 개인 프로젝트
  4. 사용스킬: CoreData, FSCalendar
  5. 앱스토어: https://apps.apple.com/kr/app/daily-two-do/id1623950268
  6. 코드링크: https://github.com/WGYang-KR/DailyTwoDo

[개인: iOS 부스트코스 프로젝트]

  1. 진행기간: 2022-02-22 ~ 2022-04-08
  2. 주요내용: 회원가입 화면, 날씨 정보 앱, 앨범 앱, 영화 정보 앱 - 네이버커넥트 iOS 부스트코스
  3. 참여역할: 개인 프로젝트
  4. 사용스킬:
  • MVC/Delegation/Singleton/Target-Action design pattern, View State Cycle, Gesture Recognizer, Modal
  • AutoLayout, Storyboard Segue, Navigation Interface, TabBarInterface, Table View, Scroll View, Navigation Items, Collection View, Collection View Flow Layout, Alert/Action Sheet, Activity View Controller
  • Codable, JSON Encoder/Decoder, URLSession
  • Operation Queue, Grand Central Dispatch, Notification Center
  1. 코드링크:

[인턴십: iOS 하이브리드앱 패키징]

  1. 진행기간: 2021-12-01 ~ 2021-12-21
  2. 주요내용: 하이브리드앱 iOS 패키징 및 배포
  3. 참여역할: 산학인턴십에 참여하여 사내 개인 프로젝트로 진행.
  4. 사용스킬: WebKit, OneSignal Push API, Lotti Animation
  5. 결과성과:
  • Cordova를 사용하여 패키징된 형태였는데, 네이티브 앱으로 새로 개발.
  • 외부 딥링크를 수신할 수 있게 하여 마케팅 활용도 향상/ 중단되었던 푸시 서비스 재개 / 움직이는 로딩이미지 구현으로 디자인성 향상.
  1. 코드링크: https://github.com/WGYang-KR/WebAppPackage

웹 백앤드 프로젝트

[인턴십: Web 배송 현황 관리 조회 기능 추가]

  1. 진행기간: 2021-11-01 ~ 2021-11-30
  2. 주요내용: 관리자페이지에 배송 차량 관리 RestAPI를 연동시켜서 배송 현황관리를 가능하게 하는 작업 .
  3. 참여역할: 백앤드로 참여. 서버에서 JSON 형식으로 데이터를 받아와서, 형식에 맞춰서 DB를 갱신시키는 작업 진행.
  4. 사용스킬: PHP, MySQL, RestAPI 통신
  5. 결과성과:
  • CS팀이 배송 현황을 실시간 확인 가능하도록 해서 업무 효율도 향상.
  • JSON 형식의 데이터를 RestAPI로 통신하는 법에 대해 알게됨.
  1. 코드링크: https://github.com/WGYang-KR/DeliveryManagerWeb

[인턴십: Web 배송 픽업 지원 모바일웹 개발]

  1. 진행기간: 2021-10-01 ~ 2021-10-31
  2. 주요내용: 배송 픽업 지원 모바일웹 개발.
  3. 참여역할: DB에서 특정 배송기사에게 개인화된 데이터를 추출하는 쿼리 및 PHP 개발에 참여
  4. 사용스킬: PHP, MySQL
  5. 결과성과:
  • 종이로 이루어지던 작업을 전자화 시켜서 작업 효율도를 향상시킴.
  • 복잡한 쿼리 작성능력을 키움.
  1. 코드링크: https://github.com/WGYang-KR/PickingManager

Hits

원국(WG.Yang)'s Projects

boost-toy-boxoffice icon boost-toy-boxoffice

[영화정보앱 토이프로젝트] - 비동기프로그래밍(GCD), 옵저버패턴(노티피케이션 센터), URL세션, 얼럿, 액션시트, 탭바

boost-toy-myalbum icon boost-toy-myalbum

[사진앨범앱 토이프로젝트] - 비동기프로그래밍(Operation Queue), Photos 프레임워크, 스크롤뷰, 내비게이션아이템, 컬렉션뷰, 액티비티뷰컨트롤러

boost-toy-signup icon boost-toy-signup

[회원가입화면 토이프로젝트] - 네비게이션인터페이스, 뷰 생명주기, 모달 / 싱글톤, 델러게이트, 타겟-액션 / 제스처인식기

dailytwodo icon dailytwodo

[할일 관리 앱 클론코딩] - CoreData, FSCalendar

fmphotopicker icon fmphotopicker

A modern, simple and zero-dependency photo picker with an elegant and customizable image editor

infinitescrollboard icon infinitescrollboard

[무한스크롤 테이블 구현] - MVVM, Clean architecture, Alamofire, Kingfisher, PrettyConstraints

rxkiosk icon rxkiosk

[메뉴 계산 앱 클론코딩] - RxSwift, RxCocoa 학습 목적

swiftentrykit icon swiftentrykit

SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.

zlphotobrowser icon zlphotobrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.