Skip to content

Commit

Permalink
Merge pull request #60 from boostcamp-2020/dev
Browse files Browse the repository at this point in the history
README 업데이트 및 배포를 위한 PR&Merge
  • Loading branch information
gitgitWi committed Nov 26, 2020
2 parents 189bf9e + 517afc6 commit 9d256f8
Showing 1 changed file with 43 additions and 18 deletions.
61 changes: 43 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,62 @@
<p align="center">
<img width="549" alt="스크린샷 2020-11-19 오후 10 42 21" src="https://user-images.githubusercontent.com/26402298/99673762-8a71e080-2ab8-11eb-84ca-909703fae826.png">
<img src="https://user-images.githubusercontent.com/26402298/99673762-8a71e080-2ab8-11eb-84ca-909703fae826.png"
width="549" />
</p>

<p align="center">
<img src="https://github.com/qkrdmstlr3/svg-icon-animation/blob/master/map-icon/map-icon.svg" height="300" />
</p>

## 프로젝트 소개

사용자가 직접 지도의 다양한 요소에 대한 스타일을 조정하고 URL 또는 JSON 형식으로 내보낼 수 있는 툴입니다.

<p align="center">
<img src=https://user-images.githubusercontent.com/57997672/100355732-9cfa9580-3035-11eb-91e6-60c56466933a.png />
</p>

### 폴더 구조

```
+-- src
+-- components
+-- hooks
+-- pages
+-- stores
+-- utils
.
├── public
└── src
├── components
│ ├── Icon
│ ├── Map
│ │ ├── ButtonGroup
│ │ └── SearchInput
│ └── Sidebar
│ ├── SidebarContentFewer
│ ├── SidebarContentMore
│ ├── SidebarFooter
│ ├── SidebarHeader
│ └── SidebarModal
├── hooks
│ ├── common
│ ├── map
│ └── sidebar
├── pages
├── store
│ ├── common
│ ├── map
│ └── style
└── utils
├── rendering-data
└── styles
```
=======

---

![react](https://img.shields.io/badge/react-17.0.1-9cf?logo=react)
![typescript](https://img.shields.io/badge/typescript-4.0.5-blue?logo=typescript)
![mapbox](https://img.shields.io/badge/mapbox-1.12.0-darkblue?logo=mapbox)
![redux](https://img.shields.io/badge/redux-4.0.5-purple?logo=redux)

### 팀원
- J082 박은식
- J123 위정훈
- J151 이연정
- J159 이준희
- J154 이은솔


### 프로젝트 소개

사용자가 직접 지도의 다양한 요소에 대한 스타일을 조정하고 URL 또는 JSON 형식으로 내보낼 수 있는 툴입니다.

- [J082 박은식](https://github.com/qkrdmstlr3)
- [J123 위정훈](https://github.com/gitgitWi)
- [J151 이연정](https://github.com/yyjjjj)
- [J159 이준희](https://github.com/GodDrinkTeJAVA)
- [J154 이은솔](https://github.com/Eunsol0410)

0 comments on commit 9d256f8

Please sign in to comment.