Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung authored Aug 30, 2023
1 parent c63afe1 commit fc6490f
Showing 1 changed file with 114 additions and 1 deletion.
115 changes: 114 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,114 @@
# Posepicker
<img align="left" width="180" src="https://github.com/pose-picker/.github/assets/75469131/012da976-4d52-45e9-abfc-fdd700b927be" />

<img height="30" src="https://github.com/pose-picker/.github/assets/75469131/87357edf-8a99-4d4e-88ce-afb48752e45e"/> <br/>
---
*다음 포즈 뭐하지? 포즈피커가 포즈 고민을 해결해 드릴게요!*

<a href="https://www.posepicker.site/pick">Website</a> | <a href=''>Instagram</a> | <a href=''>Feedback</a>

<br/>

## 🪄 Introduce

> 네컷사진 찍을 때면 늘 포즈가 고민되지 않나요? <br/>
포즈피커가 포즈 고민을 해결해 드릴게요! <br/>
미리 포즈 고민할 필요 없이, 찍기 직전에 빠르고 재밌게 포즈를 추천해 주는 포즈피커를 이용해 보세요!

<br/>

<img align="right" width="350" src="https://github.com/pose-picker/.github/assets/75469131/1e23a8de-d331-41ba-bc7a-f2bc62f7de01"/>

✨ <br/>
*“빨리 빨리! 우리 무슨 포즈로 찍을래?”* <br/>
시간 없을 땐 **포즈픽**으로 빠르게 랜덤 포즈를 추천받아보세요.

<br/>

🃏 <br/>
*“이미 있는 포즈는 시시해, 우리만의 특별한 포즈가 필요해!”* <br/>
**포즈톡**에서 뽑은 랜덤 제시어로 나만의 개성있는 포즈를 완성해보세요.

<br/>

🎞 <br/>
*“또 어떤 포즈가 있을까? 우리 이 포즈로 찍어볼까?”* <br/>
**포즈피드**에서 특정한 상황을 빛내줄 포즈를 찾고, 친구한테 공유해보세요.





<br/>

## 📱 Feature

![Core Feature 1](https://github.com/seondal/PosePicker/assets/75469131/66b711c1-4a83-4364-9263-8652ae49a702)
![Core Feature 2](https://github.com/seondal/PosePicker/assets/75469131/f0a6bbac-e651-4472-99e3-5192ca877459)
![Core Feature 3](https://github.com/seondal/PosePicker/assets/75469131/363cbf8b-d947-4bb9-a3ba-5929ab2bcbc1)

<br/>


## 🎞 Demo

[PosePicker Demo Video](https://youtube.com/shorts/dP7VdyoieMs?si=hv7ou7y1iZwkc7m3)
로컬비디오 첨부예정 !!

<br/>

## 🙌 Team

| Design | FrontEnd | BackEnd |
|:-:|:-:|:-:|
|<img src='https://hackmd.io/_uploads/r1YwPun63.png' width="200" /> |<img src='https://avatars.githubusercontent.com/u/75469131?v=4' width="200" />|<img src="https://avatars.githubusercontent.com/u/67156494?v=4" width="200"/>|
| 이지영 | [seondal](https://github.com/seondal) | [olive-su](https://github.com/olive-su) |
|<img src="https://hackmd.io/_uploads/Bybimdn62.jpg" width="200"/> |<img src='https://avatars.githubusercontent.com/u/62178788?v=4' width="200"/>|<img src="https://avatars.githubusercontent.com/u/61766218?v=4" width="200"/>|
| 김수빈 | [guesung](https://github.com/guesung) | [leejw-lu](https://github.com/leejw-lu) |

<br/>

## 📚 Tech Stack

<img src="https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=Next.js&logoColor=white"/> <img src="https://img.shields.io/badge/Typescript-3178C6?style=for-the-badge&logo=Typescript&logoColor=white"/> <img src="https://img.shields.io/badge/Tailwind CSS-06B6D4?style=for-the-badge&logo=Tailwind CSS&logoColor=white"/> <br/> <img src="https://img.shields.io/badge/Recoil-3578E5?style=for-the-badge&logo=Recoil&logoColor=white"/> <img src="https://img.shields.io/badge/Axios-5A29E4?style=for-the-badge&logo=Axios&logoColor=white"/> <img src="https://img.shields.io/badge/React Query-FF4154?style=for-the-badge&logo=React&logoColor=white"/>

<br/>

## 📂 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
```

0 comments on commit fc6490f

Please sign in to comment.