Skip to content

선택이 어려운 사람들을 위한 랜덤선택 웹 사이트

Notifications You must be signed in to change notification settings

di-uni/ChoiceHelper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChoiceHelper

선택이 어려운 사람들을 위한 랜덤선택 서비스

https://choice-helper-diuni-ksa37.netlify.app 에서 서비스를 확인할 수 있고, 배포에는 Netlify와 Heroku를 이용하였습니다.



기술스택

  • MERN (MongoDB, Express, React js, Node js)



How to run the project

$ git clone https://github.com/ksa37/ChoiceHelper.git
$ cd server
$ npm run start
$ (another terminal)
$ cd client
$ npm run start

Open http://localhost:3000 in browser to access this program.



Demo Video

demo_AdobeCreativeCloudExpress



Detailed description

1) Main page

  • 선택지를 입력할 수 있는 페이지입니다.
  • '추가하기' 버튼을 눌러 최대 7개까지의 선택지를 입력할 수 있습니다.

image demo_2022_03_29_AdobeCreativeCloudExpress

2) Selected page

  • 주어지 선택지 중에서 랜덤하게 선택된 것이 보여지는 페이지입니다.
  • 최근 다른 사람들의 선택지들을 확인할 수 있습니다.
  • 선택지를 카카오 공유하기를 이용해 공유할 수 있습니다.

image



역할 분담

  • 김수아: 프론트엔드(React js, Redux)
  • 박지윤: 백엔드(디비와 서버를 연결해서 프론트엔드로부터 데이터를 저장하거나, 프론트엔드가 요청한 데이터를 전송)

About

선택이 어려운 사람들을 위한 랜덤선택 웹 사이트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • JavaScript 27.2%
  • CSS 8.4%
  • HTML 4.8%