//////
Search
📋

221212 월

생성자
회의 유형
임시 회의
깃헙 프로젝트
디자인 픽스되면 피그마에서 작업
저희 전체 일정을 짜보는건 어떨까요???
(J분 계신가요ㅎㅎ)
오늘의 일정
폴더트리 짜기(13시 40분 까지)
디자인하기 (오늘)
기능 상세하게 짜기
업무 분담 -기능별 (오늘)
로그인, 로그아웃 (유저 인증)
회원가입 (유저 인증 - 파일 따로 만드3!!)
게시글 업로드, 수정
게시글 불러오기 (홈, 프로필)
라우터
팔로우하기 / 팔로우 취고하기 / 팔로우 리스트 불러오기
프로필 수정
프로필
상품 등록
댓글, 좋아요
채팅리스트
채팅 폼 (돔 조작 까지)
검색기능
공유하기
인당 기능별 분담
로그인, 로그아웃, 회원가입 - 윤구
게시글 업로드, 게시글 수정 - 혜수
라우터 - 지운
채팅리스트, 채팅 폼 - 윤구
프로필 - 수정
게시글 불러오기 (홈피드 / 프로필 - 앨범형, 리스트형) - 수정
게시물 (Post_Figma) - 수정
팔로우하기 / 팔로우 취소하기 / 팔로우 리스트 불러오기 - 혜수
프로필 수정 - 수정
상품 등록 (유저가 입력한 데이터로 보여주기), 상품 불러오기 - 혜수
공유하기, 댓글, 좋아요, 검색 - 지운
기본 이미지 - 혜수
모달창, alert - 윤구
버튼 - 지운
탭메뉴 - 혜수
헤더 - 수정
페어 프로그래밍 (채팅리스트, 채팅 폼)
마크업 - html, css
레포 파기 (1시 50분까지)
eslint, prettier 진짜 진짜 - 근데 이거 써보질 않으면 오류가 나는지…음 나중에 오류 나서 저장 수정으로 폴더들 다 바뀌고 커밋하면 으악….
전체 일정 짜기

프로젝트 제목

레시픽
-숙제 잘해오기
page ┣ 404page ┣ Login ┣ LoginForm ┣ SignUp ┣ Main ┃ ┣ HomeFeed ┃ ┣ Search ┃ ┗ Post ┃ ┣ PostEdit ┃ ┗ Product ┣ Profile ┃ ┣ ProfileEdit ┃ ┣ UserProfile ┃ ┗ Follow ┗ Splash
Markdown
복사
'src/assets/images', 'src/assets/fonts', 'src/context', 'src/routes', 'src/hook', 'src/components/common/Button', 'src/components/common/Modal', 'src/components/common/Alert', 'src/components/Splash', 'src/components/Header', 'src/components/Nav', 'src/components/PostItem', 'src/components/Comment', 'src/pages/loginPage/Splash', 'src/pages/loginPage/Login', 'src/pages/loginPage/Join', 'src/pages/loginPage/Profile', 'src/pages/mainPage/Home', 'src/pages/mainPage/Search', 'src/pages/mainPage/Post', 'src/pages/mainPage/Posting', 'src/pages/mainPage/Profile/Profile', 'src/pages/mainPage/Profile/ProfileEdit', 'src/pages/mainPage/Profile/Followers', 'src/pages/mainPage/Profile/Following', 'src/pages/mainPage/Profile/ProductAdd', 'src/pages/mainPage/Profile/ProductEdit', 'src/pages/NotFoundPage',
JavaScript
복사
📦src ┣ 📂asset ┣ 📂components ┃ ┣ 📂login ┃ ┃ ┣ 📂button ┃ ┃ ┗ 📂LoginForm ┃ ┣ 📂JoinForm ┃ ┣ 📂main ┃ ┃ ┣ 📂homeFeed ┃ ┃ ┣ 📂homeSearch ┃ ┃ ┣ 📂mainProfile ┃ ┃ ┃ ┣ 📂follow ┃ ┃ ┃ ┣ 📂productUpload ┃ ┃ ┃ ┃ ┣ 📂productDetailUpload ┃ ┃ ┃ ┃ ┣ 📂productImgUpload ┃ ┃ ┃ ┃ ┣ 📂productUploadHeader ┃ ┃ ┃ ┃ ┗ 📂market ┃ ┃ ┃ ┣ 📂profile_edit ┃ ┃ ┃ ┃ ┣ 📂profileDetailUpload ┃ ┃ ┃ ┃ ┣ 📂profileEditHeader ┃ ┃ ┃ ┃ ┗ 📂profileImgUpload ┃ ┃ ┃ ┗ 📂user_profile ┃ ┃ ┣ 📂postDetail ┃ ┃ ┣ 📂posting ┃ ┃ ┃ ┣ 📂imageuploadbutton ┃ ┃ ┃ ┣ 📂postingheader ┃ ┃ ┃ ┗ 📂postingsection ┃ ┃ ┣ 📜Homeheader ┃ ┃ ┣ 📜HomeSection ┃ ┃ ┗ 📜Navbar ┃ ┣ 📂modal ┃ ┣ 📂notFound ┃ ┣ 📂profile ┃ ┣ 📂splash ┣ 📂constants ┣ 📂fonts ┣ 📂hook ┣ 📂pages ┃ ┣ 📂login_page ┃ ┣ 📂main_page ┃ ┣ 📜LoadingPage ┃ ┗ 📜NotFoundPage ┣ 📂routes ┣ 📜App.js ┗ 📜index.js
Markdown
복사
├── App.css ├── App.js ├── App.test.js ├── assets │ ├── Alerts │ ├── Buttons │ │ └── __Button.jsx │ ├── Icons │ └── Modals ├── components │ ├── features │ │ ├── FollowUnfollow.jsx │ │ ├── ImgUpload.jsx │ │ ├── LogIn.jsx │ │ ├── LogOut.jsx │ │ ├── PostComment.jsx │ │ ├── PostEdit.jsx │ │ ├── PostUpload.jsx │ │ ├── ProfileSettings.jsx │ │ ├── ReportUser.jsx │ │ ├── Search.jsx │ │ └── SignIn.jsx │ └── layout │ ├── BottomMenu.jsx │ ├── Container.jsx │ ├── ContentsSection.jsx │ ├── Header.jsx │ └── locational │ ├── CommentSection.jsx │ ├── ProductSection.jsx │ └── ProfileCard.jsx ├── index.css ├── index.js ├── logo.svg ├── pages │ ├── 404 │ ├── AuthPages │ ├── ChatList │ ├── HomeFeed │ │ ├── HomeFeed.jsx │ │ └── homeFeed.style.jsx │ ├── Profiles │ │ ├── Follows │ │ │ ├── FollowerList.jsx │ │ │ └── FollowingsList.jsx │ │ ├── MyProfile.jsx │ │ ├── UserProfile.jsx │ │ ├── myProfile.style.jsx │ │ └── userProfile.style.jsx │ └── Splash │ ├── Splash.jsx │ └── splash.style.jsx ├── reportWebVitals.js └── setupTests.js
Markdown
복사

로고