Coder Social home page Coder Social logo

todo-dev-app's Introduction

Todo App Test

서버 실행

 cd todo-backend
 yarn install
 yarn dev

Client 실행

 cd todo-frontend
 yarn  ##install
 yarn start

실행

브라우저에서 http://localhost:3000/ 서버 http://localhost:5001/

environments

  • REACT (Typescript)

  • AXIOS

  • REDUX

  • REDUX-TOOLKIT

  • REACT-ROUTER-DOM

  • Styled-components

  • NODE

  • SQLITE

  • KOA

  • SEQUELIZE

  • TYPESCRIPT

structure


├── todo-frontend   # frontend
│   ├── public
│   ├── src
|   |     ├── components
|   |
|   ├── containers
|        ├── containers
|        ├── lib
|             ├── api  데이터
|             ├── hook  # 커스텀 hooks
|             ├── utils.ts
|        ├── modules redux-toolkit
|        └── pages
│   └──
└── todo-backend     # backend
    ├── src
    │   ├── routes
    │   ├── db.ts
    │   ├── env.ts
    │   └──  server.ts
    │
    ├──db.sqlite

  • 사용자는 문자열로 된 todo 항목을 추가할 수있다.
  • todo는다른todo들을참조할수있다.
  • 사용자는 todo 목록을 조회할 수 있다.
  • 작성 일자, 최종 수정 일자, 내용, 참조하고 있는 todo들의 id가 표시되어야 한다.(예시 참고)
  • 페이지 네이션 구현 하면 가산점
  • 사용자는 todo 를 수정할 수 있다.
  • 사용자는 todo 를 삭제할 수 있다.
  • 사용자는 todo를 완료 또는 미완료로 상태 변경을 할 수있다.
  • 참조하고 있는 todo들이 모두 완료 상태가 아니라면 todo를 완료할 수 없다.

todo-dev-app's People

Contributors

s-ong-c avatar dependabot[bot] avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  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.