GithubHelp home page GithubHelp logo

wanted-pre-onboarding-challenge-fe-2's Introduction

프리온보딩 프론트엔드 챌린지 2월 사전 과제

원티드 프리온보딩 프론트엔드 챌린지 2월 - TypeScript 참여를 위한 사전 과제입니다.


프로젝트 소개

챌린지 과제 가이드

과제 내용

  • Todo 앱을 JSDoc으로 문서화하기
  • JSDoc 정적 페이지를 GitHub Page로 배포하기

문서화한 Todo 앱 내용

  • 할 일 타입

    property 타입 필수여부
    아이디 number required
    내용 string required
    완료여부 boolean required
    카테고리 string required
    태그들 string[] optional
  • 기능

    1. CREATE
      • 할 일 추가하기 (내용 없이는 추가할 수 없음)
    2. READ
      • 모든 할 일 조회하기
      • ID를 기반으로 특정 할 일 조회하기
    3. UPDATE
      • ID를 제외한 모든 속성 수정하기
      • 특정 할 일의 특정 태그 수정하기
    4. DELETE
      • ID를 기반으로 특정 할 일 삭제하기
      • 모든 할 일 삭제하기
      • 특정 할 일의 특정 태그 삭제하기
      • 특정 할 일의 모든 태그 삭제하기

JSDoc 문서 GitHub Page


프로젝트 실행 명령어

# packages 설치
$ npm install

# JSdoc 생성
$ npm run docs

Reference

wanted-pre-onboarding-challenge-fe-2's People

Contributors

parkeunae avatar

Watchers

 avatar

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.