Coder Social home page Coder Social logo

todolist-week5's Introduction

todolist-week5

How to start

start React

npm start
yarn start

start Server

yarn server
npm run server

package.json

  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "server": "json-server --watch db.json --port 3001"
  },

todolist-week5's People

Contributors

green9930 avatar danbee-kim avatar hyeongyong-choi avatar

Watchers

 avatar

todolist-week5's Issues

과제 피드백

아래 내용들은 추후 다른 프로젝트 작업 시 고려가 되면 좋을거 같습니다.

input 글자 수 제한
이름/제목은 잘되어 있는데 내용은 제한이 걸려있지 않아 추가하면 좋을거 같습니다.

게시물 수정
수정하기 누르고 기존값이 뜨는데 defaultValue로 주게되면 실제로는 value값이 없는 형태로 value안에 state값을 넣어 useState로 값을 채워넣는 형태를 찾아보면 좋을거 같습니다.

그 외 elements 사용이나 components 사용은 전체적으로 깔끔해보이나 큰 규모의 프로젝트 진행 시 이정도로 컴포넌트를 나누게되면 더 혼란스러울 수 있으니 나누는 범위는 각자의 몫이지만 조금은 단순화해도 좋을것 같습니다. 나누는 기준은 기능단위로 생각할 수도 있지만 컴포넌트를 분리함으로 다른 곳에서도 동일하게 재사용이 되는 형태인지를 생각하면 조금 더 도움이 될거같습니다.

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.