Skip to content

NullisnotFalse/cheese_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

243 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cheese_project🧀

🐶🐱🐰🦊🐻🐻‍❄️🐯 8조 '털뭉치즈' - 나만의 SNS 페이지 만들기

8조의 컨셉은 우리 조원들만의 이야기를 저장하고 보여주는 SNS 입니다.

프로젝트 보고

1. 기준 📂

상위박스 : 스네이크케이스
하위박스 : 스네이크케이스  
주색 : #000
inner : 1300px

2. 역할분담

2.1. Front

  • 와이어프레임
  • 메인페이지 html, css, js
  • 멤버페이지 틀 html, css, js

2.2. Back

  • 서버 연결 py
  • 페이지 동작 실행 js

3. 이슈❓❗️

3.1. 코드 메모

  • 만들었던 팝업창과 내부 이미지들이 이 '#'의 유무에 따라 보였다 안보였다 하는 현상. 왜 이런건진 도저히 밝혀내지 못했다..
a href=“#”
  • 팝업창을 한 번에 닫는 코드
function re_load() {
window.location.reload();
}  

window.parent.parent.parent.re_load();
  • 각각의 img 태그를 구분하여 해결(id 값에 ${index}를 넣었다.)
onerror="document.getElementById('card_img${index}').style.display='none';
                    document.getElementById('card_txt${index}').style.display='block';"> 

4. 사용한 기술 스택

  • Python - flask, pytz(게시한 시간), bson(object id)
  • MongoDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 39.8%
  • CSS 28.0%
  • JavaScript 24.7%
  • Python 7.5%