8000 GitHub - Crescenteea/e.target
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Crescenteea/e.target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List (순한 맛)

app-cover

팀명: e.target

팀원: 도지현, 김미연, 김진현

주제: Todo List (순한 맛)

  

개요

DOM API 사용법과 브라우저에서 사용자가 발생시킨(user-triggered) 이벤트를 처리하는 이벤트 핸들러 구현 및 등록을 연습하기 위한 프로젝트입니다. 기본적인 CRUD 기능을 구현해봄으로써 페이지에 렌더링될 데이터를 직접 제어할 수 있도록 하는 것이 목표입니다.

  

최소 구현 기능

  • 할 일 목록 렌더링 (render)
  • 할 일 상태별 메뉴 (nav)
  • 할 일 추가 (add todo)
  • 할 일 상태 변경 (toggle completed)
  • 할 일 삭제 (remove todo)
  • 할 일 상태 일괄 변경 (toggle all completed)
  • 완료한 일 일괄 삭제 (remove all completed)

  

사용할 기술

  • HTML5
  • CSS3
  • JavaScript
    • DOM API
    • 화살표 함수
    • 디스트럭처링
    • 이벤트 객체
    • 이벤트 핸들러 프로퍼티
    • 스프레드 문법
    • Array 메소드(HOF)
    • Ajax

  

진행 순서

  1. 팀 Repo 생성 후 git flow init 적용
  2. json-server 구축
  3. ESLint 설정
  4. app.js
  5. (옵션) server.js

   

About

No description, website, or topics provided.

Resources

5123 Activity

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0