배포 URL : http://safe-t.o-r.kr/
멋쟁이사자처럼 인하대학교 12기 해커톤 썸머톤(7/5~7/6) 2팀입니다.
김시원 | 김애리 | 백세희 | 유승인 | 이영주 |
---|---|---|---|---|
BE | FE | BE | FE | FE |
@seaniiio | @aeli22 | @sae2say | @seung-in-Yoo | @abyss-s |
빠르고 간편한 디지털 취약 계층 특화 택시 호출 서비스, SAFE-T입니다.
git clone https://github.com/likelion-inha-hackathon-2/Summerthon-FE.git
cd my-app/
npm i
npm run start
📦src
┣ 📂apis
┃ ┣ 📜authApi.js
┃ ┣ 📜emailApi.js
┃ ┣ 📜kakaoApi.js
┃ ┗ 📜taxiApi.js
┣ 📂assets
┃ ┣ 📂icons
┃ ┃ ┗ 📜arrow.png
┃ ┣ 📂images
┃ ┃ ┣ 📜button-call.png
┃ ┃ ┣ 📜button-cancel.png
┃ ┃ ┣ 📜button-emer.png
┃ ┃ ┣ 📜button-scan.png
┃ ┃ ┣ 📜logo.png
┃ ┃ ┣ 📜taxi.png
┃ ┃ ┗ 📜user.png
┃ ┗ 📜image.js
┣ 📂components
┃ ┣ 📂Button
┃ ┃ ┣ 📜AddButton.jsx
┃ ┃ ┣ 📜Button.jsx
┃ ┃ ┗ 📜CancleButton.jsx
┃ ┣ 📂Container
┃ ┃ ┗ 📜Container.jsx
┃ ┣ 📂Flex
┃ ┃ ┗ 📜Flex.jsx
┃ ┣ 📂Header
┃ ┃ ┣ 📜Header1.jsx
┃ ┃ ┗ 📜Header2.jsx
┃ ┣ 📂Image
┃ ┃ ┗ 📜Image.jsx
┃ ┣ 📂Input
┃ ┃ ┗ 📜Input.jsx
┃ ┣ 📂Layout
┃ ┃ ┗ 📜Layout.jsx
┃ ┣ 📂Map
┃ ┃ ┗ 📜Map.jsx
┃ ┣ 📂Modal
┃ ┃ ┣ 📜AddAddressModal.jsx
┃ ┃ ┣ 📜AddProtectorModal.jsx
┃ ┃ ┗ 📜Modal.jsx
┃ ┣ 📂Radio
┃ ┃ ┗ 📜Radio.jsx
┃ ┣ 📂Taxi
┃ ┃ ┗ 📜Taxi.jsx
┃ ┗ 📂Typo
┃ ┃ ┗ 📜Typo.jsx
┣ 📂hooks
┃ ┗ 📜useForm.jsx
┣ 📂pages
┃ ┣ 📜ArriveLocation.jsx
┃ ┣ 📜Call.jsx
┃ ┣ 📜EmerCall.jsx
┃ ┣ 📜Home.jsx
┃ ┣ 📜Login.jsx
┃ ┣ 📜Main.jsx
┃ ┣ 📜MoreMyInfo.jsx
┃ ┣ 📜MyInfo.jsx
┃ ┣ 📜Scan.jsx
┃ ┗ 📜SignUp.jsx
┣ 📜App.css
┣ 📜App.jsx
┣ 📜index.css
┗ 📜index.js