An open API service indexing awesome lists of open source software.

https://github.com/dnd-side-project/dnd-9th-5-frontend

포즈가 고민될 땐 ? PosePicker 🪄 📸
https://github.com/dnd-side-project/dnd-9th-5-frontend

nextjs recoil tailwindcss

Last synced: 7 months ago
JSON representation

포즈가 고민될 땐 ? PosePicker 🪄 📸

Awesome Lists containing this project

README

          

##  

_포토부스에서 고민하는 당신을 위한 포즈추천 서비스_

Website | Instagram | Github | Feedback


## 🪄 Introduce

> 네컷사진 찍을 때면 늘 포즈가 고민되지 않나요?

> 포즈피커가 포즈 고민을 해결해 드릴게요!

> 미리 포즈 고민할 필요 없이, 찍기 직전에 빠르고 재밌게 포즈를 추천해 주는 포즈피커를 이용해 보세요!




_“빨리 빨리! 우리 무슨 포즈로 찍을래?”_

시간 없을 땐 **포즈픽**으로 빠르게 랜덤 포즈를 추천받아보세요.


🃏

_“이미 있는 포즈는 시시해, 우리만의 특별한 포즈가 필요해!”_

**포즈톡**에서 뽑은 랜덤 제시어로 나만의 개성있는 포즈를 완성해보세요.


🎞

_“또 어떤 포즈가 있을까? 우리 이 포즈로 찍어볼까?”_

**포즈피드**에서 특정한 상황을 빛내줄 포즈를 찾고, 친구한테 공유해보세요.


## 📱 Feature

![15](https://github.com/dnd-side-project/dnd-9th-5-frontend/assets/75469131/d9f2d92c-ffbd-452b-a00f-57d68487c2c1)
![17](https://github.com/dnd-side-project/dnd-9th-5-frontend/assets/75469131/1d427144-023c-401d-ab3b-90190cb1cb4d)
![18](https://github.com/dnd-side-project/dnd-9th-5-frontend/assets/75469131/7b4bfdb1-a8bf-4cde-b57c-c254fe221985)
![19](https://github.com/dnd-side-project/dnd-9th-5-frontend/assets/75469131/a3fc9896-5fc4-4612-949e-557f3f088815)


## 🎞 Demo

[PosePicker Demo Video](https://youtube.com/shorts/dP7VdyoieMs?si=hv7ou7y1iZwkc7m3)


## 🙌 Team

| Design | FrontEnd | BackEnd |
| :----------------------------------------------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
| | | |
| 이지영 | [seondal](https://github.com/seondal) | [olive-su](https://github.com/olive-su) |
| | | |
| 김수빈 | [guesung](https://github.com/guesung) | [leejw-lu](https://github.com/leejw-lu) |


## 📚 Tech Stack



## 📂 Folder Structure

> Next13의 App Rounting을 기반으로 하고있습니다.

```
├── public
│ ├── fonts
│ ├── icons
│ ├── images
│ ├── lotties
│ ├── manifest.json
│ └── pwa-icons
├── src
│ ├── apis
│ ├── app
│ │ ├── (Main)
│ │ │ ├── bookmark
│ │ │ ├── components
│ │ │ ├── feed
│ │ │ ├── layout.tsx
│ │ │ ├── pick
│ │ │ └── talk
│ │ ├── (Sub)
│ │ │ ├── bookmark
│ │ │ ├── detail
│ │ │ │ └── [id]
│ │ │ ├── layout.tsx
│ │ │ └── menu
│ ├── components
│ ├── constants
│ ├── hooks
│ ├── mock
│ ├── provider
│ ├── types
│ └── utils
├── styles
│ ├── theme
│ ├── font.css
│ └── typography.css
```