Skip to content

Commit

Permalink
Merge pull request #35 from P1Z7/feat/readme
Browse files Browse the repository at this point in the history
🩹 chore: Update README.md
  • Loading branch information
kde98892 authored Feb 2, 2024
2 parents 2a487cc + 7d9fe87 commit 0108314
Showing 1 changed file with 110 additions and 1 deletion.
111 changes: 110 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,110 @@
# K-POP 정보 공유 서비스
# K-POP 오프라인 행사 정보 공유 서비스 : Opener


> 개발기간: 2024. 01. 20 ~ 2024. 02. 16 (ver.1)
> 배포 URL : https://frontend-five-topaz-25.vercel.app/
<br>

## 프로젝트 소개

- Opener은 모두가 아티스트의 새 행사 정보를 등록하고, 수정할 수 있는 웹 플랫폼입니다.
- 다양하게 열리는 여러가지 행사 정보를 한 곳에서 확인할 수 있는 공간을 제공하기 위해 제작되었습니다.
- 행사 정보는 지도와 캘린더를 통해 위치, 날짜 정보가 제공되어 한 눈에 쉽게 파악할 수 있습니다.
- 유저는 [ 마이페이지 ] 를 통해 관심있는 행사만 모아서 확인하거나, 이전에 다녀온 행사를 저장할 수 있습니다.
- 비로그인 유저 또한 모든 행사 정보를 확인할 수 있으며, 회원에게는 본인이 좋아하는 아티스트의 행사만 따로 열람하는 기능이 제공됩니다.

<br>

## 팀원 소개

**✅ Back-End**
<table>
<tbody>
<tr>
<td align="center"><a href="https://github.com/dimsssss">
<img width=140px src="https://avatars.githubusercontent.com/u/24388846?v=4" alt=""/><br />
<sub><b>[BE] 박다정</b></sub></a><br /></td>
<td align="center"><a href="https://github.com/yjin-01">
<img width=140px src="https://avatars.githubusercontent.com/u/92343369?v=4" alt=""/><br />
<sub><b>[BE] 장여진</b></sub></a><br /></td>
</tr>
</tbody>
</table>

**✅ Front-End**
<table>
<tbody>
<tr>
<td align="center"><a href="https://github.com/Nico1eKim">
<img width=140px src="https://avatars.githubusercontent.com/u/102296721?v=4" alt=""/><br />
<sub><b>[FE] 김나은</b></sub></a><br /></td>
<td align="center"><a href="https://github.com/kde98892">
<img width=140px src="https://avatars.githubusercontent.com/u/144599629?v=4" alt=""/><br />
<sub><b>[FE] 김다은</b></sub></a><br /></td>
<td align="center"><a href="https://github.com/han-kimm">
<img width=140px src="https://avatars.githubusercontent.com/u/78120157?v=4" alt=""/><br />
<sub><b>[FE] 김하늘</b></sub></a><br /></td>
<td align="center"><td align="center"><a href="https://github.com/naya-h2">
<img width=140px src="https://avatars.githubusercontent.com/u/103186362?v=4" alt=""/><br />
<sub><b>[FE] 안희원</b></sub></a><br /></td>
<td align="center"><a href="https://github.com/naya-h2">
<img width=140px src="https://avatars.githubusercontent.com/u/83965026?v=4" alt=""/><br />
<sub><b>[FE] 임건우</b></sub></a><br /></td>
</tr>
</tbody>
</table>

**✅ Design**
<table>
<tbody>
<tr>
<td align="center"><a href="">
<img width=140px src="https://avatars.githubusercontent.com/u/156588078?s=200&v=4" alt=""/><br />
<sub><b>[UI/UX] 강민경</b></sub></a><br /></td>
</tr>
</tbody>
</table>

<br>

## 기술 스택
**✅ 개발 환경**
<div>
<img src="https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white">

**✅ 협업**
<div>
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
<img src="https://img.shields.io/badge/git-F05032?style=for-the-badge&logo=git&logoColor=white">
</div>

**✅ Front-End**
<div>
<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/TS-3178C6?style=for-the-badge&logo=TypeScript&logoColor=white">
<img src="https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=React&logoColor=white">
<img src="https://img.shields.io/badge/tailwind-06B6D4?style=for-the-badge&logo=Tailwindcss&logoColor=white">
<img src="https://img.shields.io/badge/React Query-FF4154?style=for-the-badge&logo=ReactQuery&logoColor=white">
<img src="https://img.shields.io/badge/zustand-36454F?style=for-the-badge&logo=zustand&logoColor=white">
</div>

<br>

## 주요 기능
### 1. 상태 관리
### 2. API
### 3. 인증 토큰
// 폼내고 싶은 것들 적는 공간 있었으면 좋겠어요


## 페이지별 기능
### 1. 홈페이지 ('/')
### 2. 검색 ('/search')
### 3. 등록하기 ('/post')
### 4. 상세페이지 ('/event/[id]')
### 5. 마이페이지 ('/mypage')
### 6. 설정 ('/setting')
### 7. 로그인 ('/signin')
### 8. 회원가입 ('/signup')

0 comments on commit 0108314

Please sign in to comment.