Skip to content

Commit

Permalink
Merge pull request #59 from boostcamp-2020/feature/redux
Browse files Browse the repository at this point in the history
README 업데이트 및 배포를 위한 PR&Merge
  • Loading branch information
gitgitWi authored Nov 26, 2020
2 parents 00026ec + 4ff71f3 commit 517afc6
Showing 1 changed file with 43 additions and 25 deletions.
68 changes: 43 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +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 517afc6

Please sign in to comment.