프로젝트 소개

서비스 주소

개발 환경

폴더 구조

📦toronto
 ┣ 📂.netlify
 ┃ ┗ 📜edge-functions-import-map.json
 ┣ 📂.storybook
 ┃ ┣ 📜main.js
 ┃ ┗ 📜preview.js
 ┣ 📂functions
 ┃ ┗ 📜request.js
 ┣ 📂public
 ┃ ┣ 📜favicon.ico
 ┃ ┣ 📜index.html
 ┃ ┣ 📜manifest.json
 ┃ ┣ 📜robots.txt
 ┣ 📂src
 ┃ ┣ 📂api
 ┃ ┃ ┣ 📜Api.js
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂assets
 ┃ ┃ ┣ 📂fonts
 ┃ ┃ ┃ ┣ 📜SCDream.otf
 ┃ ┃ ┣ 📂images
 ┃ ┃ ┃ ┣ 📜post_placeholder.png
 ┃ ┃ ┃ ┣ 📜toronto.png
 ┃ ┃ ┃ ┗ 📜user_placeholder.png
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂components
 ┃ ┃ ┣ 📂atoms
 ┃ ┃ ┣ ***
 ┃ ┃ ┣ 📂molecules
 ┃ ┃ ┃ ┣ ***
 ┃ ┃ ┗ 📂organisms
 ┃ ┃ ┃ ┣ ***
 ┃ ┣ 📂constants
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂contexts
 ┃ ┃ ┣ 📜UserContext.js
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂hooks
 ┃ ┃ ┣ 📂useAsync
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜useAsyncFn.jsx
 ┃ ┃ ┣ 📂useForm
 ┃ ┃ ┃ ┗ 📜index.js
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂layout
 ┃ ┃ ┗ 📜Layout.jsx
 ┃ ┣ 📂lib
 ┃ ┃ ┗ 📜Login.js
 ┃ ┣ 📂pages
 ┃ ┃ ┣ 📜About.jsx
 ┃ ┃ ┣ 📜Controversy.jsx
 ┃ ┃ ┣ 📜ControversyResult.jsx
 ┃ ┃ ┣ 📜EditProfile.jsx
 ┃ ┃ ┣ 📜Home.jsx
 ┃ ┃ ┣ 📜Login.jsx
 ┃ ┃ ┣ 📜NotFound.jsx
 ┃ ┃ ┣ 📜Post.jsx
 ┃ ┃ ┣ 📜SignUp.jsx
 ┃ ┃ ┣ 📜UserListPage.jsx
 ┃ ┃ ┣ 📜UserProfile.jsx
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂stories
 ┃ ┃ ┗ 📂components
 ┃ ┃ ┃ ┣ 📂atoms
 ┃ ┃ ┃ ┃ ┣ 📜***
 ┃ ┃ ┃ ┣ 📂molecules
 ┃ ┃ ┃ ┃ ┣ 📜***
 ┃ ┃ ┃ ┗ 📂organisms
 ┃ ┃ ┃ ┃ ┗ 📜***
 ┃ ┣ 📂templates
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂utils
 ┃ ┃ ┗ 📜asyncActionUtils.js
 ┃ ┣ 📜App.css
 ┃ ┣ 📜App.js
 ┃ ┗ 📜index.js
 ┣ 📜.env
 ┣ 📜.eslintrc
 ┣ 📜.gitignore
 ┣ 📜.prettierrc
 ┣ 📜README.md
 ┣ 📜craco.config.js
 ┣ 📜netlify.toml
 ┣ 📜package.json
 ┗ 📜yarn.lock

주요 기능

홈페이지

Untitled

투표

Untitled

투표 결과 확인 및 댓글

Untitled

프로젝트에서 어떤 역할과 참여을 했나요?