Giter Site home page Giter Site logo

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

wanted-pre-onboarding-challenge-fe-2

소개

Todo 앱의 데이터 모델 및 간단한 기능들을 구현한 함수들을 JSDoc을 사용하여 자동으로 문서를 생성시키고 VS Code의 도움을 받아 type checking 및 자동 완성 기능을 제공 받는다.

실제 todo 웹 앱의 백엔드 구현이라기 보다는 많이 간소화하여 JSDoc 어노테이션 사용에 중점을 두었다.

📝 Requirements

필수 요구사항

  • 필요한 데이터를 모두 모델링한다.
  • 사용되는 모든 함수를 선언부만만든다.
    • 함수 및 클래스의 내부는 구현하지 않는다.
  • JSDoc을 활용해 문서화한다.
  • GitHub Page를 활용해 JSDoc 정적 페이지를 배포한다.

Todo

Todo {
  아이디(required),
  내용(required),
  완료여부(required),
  카테고리(required),
  테그들(optional),
}

CREATE

  • 할 일을 추가할 수 있다.
  • 내용없이 추가할 수 없다.

READ

  • 모든 할 일을 조회할 수 있다.
  • ID를 기반으로 특정 할 일을 조회할 수 있다.

UPDATE

  • ID를 제외한 모든 속성을 수정할 수 있다.
  • 특정 할 일의 특정 태그를 수정할 수 있다.

DELETE

  • ID를 기반으로 특정 할 일을 삭제할 수 있다.
  • 모든 할 일을 제거할 수 있다.
  • 특정 할 일의 특정 태그를 삭제할 수 있다.
  • 특정 할 일의 모든 태그를 제거할 수 있다.

Usage

Install

npm install

Build

npm run docs

Reference

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

Contributors

giwankim 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.