choppaluv / HighTravel

0 stars 0 forks source link

Sign up , Add trip page frontend Implementation #17

Closed narajoa21 closed 6 years ago

narajoa21 commented 6 years ago

sign up

sign up molecule을 만들어서 sign up page를 구현하였습니다. sign up molecule에는 3개의 input과 1개의 button 이 사용되었습니다. store에 action과 reducer와 selector를 정의하였고 이를 연결하는 container를 만들어서 page를 연결하였습니다.

addtrip

add trip molecule을 만들어서 add trip page를 구현하였습니다. add trip molecule에는 3개의 input과 1개니의 button 이 사용되었습니다. input의 sinceWhen, untilWhen은 date type으로 정의하여 날짜를 받게 하였습니다.store에 action과 reducer와 selector를 정의하였고 이를 연결하는 container를 만들어서 page를 연결하였습니다.