이화여자대학교 중앙컴퓨터동아리 ECC에서 2024.01.14 ~ 2024.02.24까지 6주간 진행된 프로젝트입니다.
Click here to see our website.
박서연
게시글 전체 조회, 상세 조회, 네비게이션 바, 댓글 화면 제작 및 DB 연동
정유진
로그인, 회원가입, 게시글 작성 화면 제작 및 배포
Click to toggle
📦Recipe_FE ┣ 📂public ┃ ┣ 📜index.html ┃ ┗ 📂assets ┃ 📜comment.png ┃ 📜email-icon.png ┃ 📜ewharecipeLogo.png ┃ 📜id.png ┃ 📜like.png ┃ 📜likefill.png ┃ 📜login-icon.png ┃ 📜logo.png ┃ 📜logo.svg ┃ 📜nickname-icon.png ┃ 📜password.png ┃ 📜preference-icon.png ┃ 📜star1.png ┃ 📜star2.png ┃ 📜star3.png ┃ 📜star4.png ┃ 📜star5.png ┣ 📂src ┃ ┣ 📜App.css ┃ ┣ 📜App.jsx ┃ ┣ 📜index.css ┃ ┣ 📜index.js ┃ ┣ 📂comment ┃ ┃ ┣ 📜comment.const.js ┃ ┃ ┣ 📜Comment.jsx ┃ ┃ ┣ 📜comment.style.js ┃ ┃ ┣ 📜index.js ┃ ┃ ┗ 📂commentBox ┃ ┃ 📜CommentBox.jsx ┃ ┃ 📜commentBox.style.js ┃ ┃ 📜index.js ┃ ┣ 📂home ┃ ┃ ┣ 📜home.const.js ┃ ┃ ┣ 📜Home.jsx ┃ ┃ ┣ 📜index.js ┃ ┃ ┣ 📂all ┃ ┃ ┃ 📜All.jsx ┃ ┃ ┃ 📜all.style.js ┃ ┃ ┃ 📜index.js ┃ ┃ ┣ 📂popular ┃ ┃ ┃ 📜index.js ┃ ┃ ┃ 📜Popular.jsx ┃ ┃ ┃ 📜popular.style.js ┃ ┃ ┣ 📂random ┃ ┃ ┃ 📜index.js ┃ ┃ ┃ 📜Random.jsx ┃ ┃ ┃ 📜random.style.js ┃ ┃ ┗ 📂recipeBox ┃ ┃ 📜index.js ┃ ┃ 📜RecipeBox.jsx ┃ ┃ 📜recipeBox.style.js ┃ ┣ 📂more ┃ ┃ ┣ 📜AllMore.jsx ┃ ┃ ┣ 📜allMore.style.js ┃ ┃ ┣ 📜index.js ┃ ┃ ┗ 📜more.const.js ┃ ┣ 📂navbar ┃ ┃ ┣ 📜index.js ┃ ┃ ┣ 📜Navbar.jsx ┃ ┃ ┗ 📜navbar.style.js ┃ ┣ 📂post ┃ ┃ ┣ 📜CreatePost.jsx ┃ ┃ ┣ 📜createPost.style.js ┃ ┃ ┗ 📜index.js ┃ ┗ 📂recipe ┃ ┣ 📜index.js ┃ ┣ 📜recipe.const.js ┃ ┣ 📜Recipe.jsx ┃ ┣ 📂foodImage ┃ ┃ 📜FoodImage.jsx ┃ ┃ 📜foodImage.style.js ┃ ┃ 📜index.js ┃ ┗ 📂postInfo ┃ 📜index.js ┃ 📜PostInfo.jsx ┃ 📜postInfo.style.js ┣ 📜.gitignore ┣ 📜.prettierrc.json ┣ 📜LICENSE ┣ 📜package.json ┗ 📜README.md