본문 바로가기
개발 일지(비공개)

[읽는다] React로 독서모임 Web 개발일지_03 구조 설계

by 2__50 2020. 6. 28.

GIT HUB https://github.com/daayooung/book_club

 

daayooung/book_club

Contribute to daayooung/book_club development by creating an account on GitHub.

github.com

- 명확한 구조 없이 넣을 기능들만 생각하여 코드를 작성 했더니 헤맴의 연속이었다.

그래서 (물론 계속 수정이 되겠지만) 큰 구조를 짜봤다. 

 

- mobile first

 

[ HTML ]

[ Landing page ]

 

 

[ Review page ]

 

mobile

 

desk

 

[ Review_adit page ]

 

 

[ Search page ]

 

 

[ search_result page ]

 

mobile

 

desk

 

[ Component 계층 구조로 나누기 ]

 

- Landing component

- Nav component

- Prev component

 

- Card component

- Edit component

 

- Search component

- SearchList component

댓글