Git Product home page Git Product logo

hdj_board's Introduction

WEB BOARD

웹 브라우저에서 구현되는 포스트잇 보드

👁‍🗨 데모 버전으로 이동

사용 방법

📋 보드 생성 및 삭제

  • 생성 : 왼쪽 보드 리스트에서 ➕를 클릭

  • 삭제 : 왼쪽 보드 리스트의 해당 보드 오른쪽의 ✖를 클릭

  • 수정 : 오른편 보드 상단에서 이름을 클릭

📌포스트잇 생성, 수정, 삭제

  • 생성 : 보드를 더블클릭 하거나 단축키 ctrl + alt + n

  • 내용 펼치기 및 숨기기 : 상단의 화살표 버튼을 클릭

  • 삭제 : 상단의 ✖ 버튼를 클릭

  • 위치 이동 : 제목 부분을 드래그

  • 크기 조절: 테두리를 드래그

    모든 데이터는 브라우저의 로컬스토리지에 저장되니 유의해주세요!


Development Mode

npm install
npm start

Structure

|-- public
|-- src
    |--components
        |--Board     -- 화면 오른편의 보드와 포스트잇에 해당하는 컴포넌트들
        |--BoardList -- 화면 왼편의 보드 리스트에 속하는 컴포넌트들
    |--store
        |--_action   ┐
        |--_reducer  ├ 리덕스 관련 로직들
        |--_type     ┘
        |--sagas     -- dispatch된 액션을 받아 로컬 스토리지에 데이터를 처리한 뒤,
        index.ts        액션을 다시 put(dispatch)하여 state를 업데이트
    |--utils         -- 주로 로컬 스토리지에 데이터를 저장하고 불러오는 로직들

hdj_board's People

Contributors

haneulcha avatar

Stargazers

 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.