Skip to content

judymoody59/Ewha_Recipe_FE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ewha-Recipe

ewha-recipe-logo

이화여자대학교 중앙컴퓨터동아리 ECC에서 2024.01.14 ~ 2024.02.24까지 6주간 진행된 프로젝트입니다.

📍 Demo

Click here to see our website.


🔎 Wiki

👩‍💻 Roles

박서연
게시글 전체 조회, 상세 조회, 네비게이션 바, 댓글 화면 제작 및 DB 연동

정유진
로그인, 회원가입, 게시글 작성 화면 제작 및 배포


📁 Directory Structure

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

🔗 License

MIT License

About

ECC 겨울방학 웹개발 프로젝트 팀2 FE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • CSS 8.7%
  • HTML 2.0%