11st-searching-fe

실행 방법

# node version: v13.14.0 

# node version이 13보다 낮을 경우 node version 변경
# nvm use 13 
npm install
npm run start

url : http://localhost:8080

파일 구조

├── dist
├── node_modules
├── src
│   ├── assets
│   │   ├── images
│   │   └── styles
│   ├── components
│   │   └── TimeBar.ts
│   ├── core
│   │   └── Components.ts
│   ├── utils
│   ├── views
│   │   ├── Alarm.ts
│   │   ├── Home.ts
│   │   ├── Memo.ts
│   │   └── Photo.ts
│   ├── App.css
│   └── App.ts
├── .gitignore
├── index.d.ts
├── index.html
├── package.json
├── tsconfig.json
└── webpack.config.js

구현하지 못한 요구 사항

  • 알람 앱 - 6번 요구 사항(알람 울리는 기능)

실행 화면

  1. image

  2. 알람(alarm) image

  3. 메모(memo) image

  4. 사진(photo) image