Giter Site home page Giter Site logo

toronto_project's Introduction

TORONTO

toronto

Netlify Status
https://melodic-fenglisu-afc3b8.netlify.app



프로젝트 소개

엄마가 좋아? vs 아빠가 좋아?

SNS, 방송을 중심으로 깻잎, 새우 논쟁 등 다양한 의견이 있는 간단한 논쟁들을
쉽게 투표하고 의견을 나누는 토론 커뮤니티 서비스 입니다.



TEAM 나영

-
이재웅 장규범 홍정기 팽건우
팀장 / 프론트엔드 프론트엔드 프론트엔드 프론트엔드



개발 일정

  • 06.06.2022 ~ 06.22.2022
    • ~ 06.08.2022 : 초기 기획
    • ~ 06.15.2022 : 중간 점검
    • ~ 06.22.2022 : 최종 발표



Tech Stack

💪 언어 & 라이브러리

HTML5 CSS3 JavaScript
React React Router Context API
Storybook Styled Components Chart.js

🔧 도구

Visual Studio Code ESLint
Git GitHub Jira Figma Notion Slack
Netlify



핵심 기능 UI

홈페이지

홈페이지

투표

투표

투표 결과 확인 및 댓글

투표 결과 확인 및 댓글



기대 효과

특정 논쟁에 관한 다양한 의견들이 정리되어 있지 않아 여러 사람들의 생각을 알기 어렵습니다.
토론토 서비스를 이용하여 해당 주제에 대한 여러 사람들의 의견 및 결과를 하나의 페이지에서 확인할 수 있어, 더 쉽게 타인의 의견을 확인 및 공유가 가능합니다.



폴더 구조

📦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
 

toronto_project's People

Contributors

qq8721443 avatar kyubumjang avatar jaeung-e avatar geonwoopaeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.