diff --git a/README.md b/README.md index e215bc4..f7c2696 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,154 @@ -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). + -## Getting Started + -First, run the development server: +# 목차 -```bash -npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev -``` +## 1. [프로젝트 소개](#-프로젝트-소개) +## 2. [팀원 소개](#-팀원-소개) +## 3. [프로젝트 기획](#-프로젝트-기획) +## 4. [기간 및 협업관리](#️-기간-및-협업관리) +## 5. [기술스택](#-기술스택) +## 6. [주요 기능](#-주요-기능) -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. + -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. +# 📚 프로젝트 소개 -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. +DEVING은 개발자와 디자이너를 위한 전문 모임 플랫폼입니다. 사이드 프로젝트, 모각코, 스터디, 취미 등 개발자 및 디자이너 직군들이 자주 이용하는 주제로 모임을 생성하고 참여할 수 있습니다. 함께 성장하고 네트워킹할 수 있는 커뮤니티를 제공합니다. -## Learn More + -To learn more about Next.js, take a look at the following resources: +# 🧑💻 팀원 소개 -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. +| 강윤지 | 이윤재 | 이한나 | 이동석 | +|:-----:|:-----:|:-----:|:-----:| +|  |  |  |  | +| [:octocat: GitHub](https://github.com/dbswl701) | [:octocat: GitHub](https://github.com/clyde-yoonjae) | [:octocat: GitHub](https://github.com/lee1nna) | [:octocat: GitHub](https://github.com/Lee-Dong-Seok) | -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! + -## Deploy on Vercel +# 💡 프로젝트 기획 -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. +### 기획의도 -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. +코드잇 스프린트 심화 단기과정에서 주어진 '모임 관련 서비스 개발' 과업을 수행하면서, 저희 팀은 개발자와 디자이너 커뮤니티에 주목했습니다. IT 업계에서 소통과 협업의 중요성을 인식하여, 개발자와 디자이너들이 쉽게 만나고 교류할 수 있는 플랫폼을 구축하고자 했습니다. + +### 핵심 아이디어 + +- 기술 스택 필터링: 사용자가 관심 있는 기술 스택을 기반으로 모임을 검색할 수 있습니다. + +- 맞춤형 프로필: 개인 프로필에 기술 스택, 경력, 관심사 등을 설정하여 자신을 표현할 수 있습니다. + +- 직관적인 UX/UI: 사용자 경험을 최우선으로 고려한 인터페이스 설계로 누구나 쉽게 이용할 수 있습니다. + + + +# 🖥️ 기간 및 협업관리 + + + +### [ 기간 ] + +
| 구분 | +날짜 | +
|---|---|
| 기획 기간 | +2025.01.24 ~ 02.10 | +
| 개발 기간 | +2025.02.11 ~ 03.14 | +
|
|
+
+| 모임 신청 | 모임 관리 및 멤버관리 |
+|:---:|:---:|
+| 간편한 절차를 통해 모임에 참여 신청을 할 수 있습니다. | 주최모임과 참여자들을 관리 및 상태를 변경 할 수 있습니다. |
+|
|
|
+
+| 내 정보 수정 | |
+|:---:|:---:|
+| 프로필 정보를 간편하게 수정할 수 있습니다. | |
+|
| |
+
+
+
+## 🎈 프로젝트 산출물
+
+| 문서 종류 | 링크 |
+|:---|:---|
+| 📝 **와이어 프레임** | [DEVING - 와이어 프레임](https://www.figma.com/files/team/1239829768059524989/recents-and-sharing?fuid=1239829763104263861) |
+| 🎨 **디자인 시안** | [DEVING - 디자인 시안](https://www.figma.com/design/whAR7r8MPfWo9Cl93zhKlL/DEVING-%EC%8B%9C%EC%95%88?node-id=0-1&p=f&t=hQ9Sr369FbrTyGqY-0) |
+| 📘 **API 문서** | [DEVING - 스웨거](https://deving.shop/swagger-ui/index.html#/auth-controller) |
\ No newline at end of file
diff --git a/image.png b/image.png
new file mode 100644
index 0000000..6fe6049
Binary files /dev/null and b/image.png differ
diff --git a/src/assets/readme-img/detail.png b/src/assets/readme-img/detail.png
new file mode 100644
index 0000000..5b37f80
Binary files /dev/null and b/src/assets/readme-img/detail.png differ
diff --git a/src/assets/readme-img/join.png b/src/assets/readme-img/join.png
new file mode 100644
index 0000000..f139645
Binary files /dev/null and b/src/assets/readme-img/join.png differ
diff --git a/src/assets/readme-img/list.png b/src/assets/readme-img/list.png
new file mode 100644
index 0000000..ca190be
Binary files /dev/null and b/src/assets/readme-img/list.png differ
diff --git a/src/assets/readme-img/member.png b/src/assets/readme-img/member.png
new file mode 100644
index 0000000..ee8f852
Binary files /dev/null and b/src/assets/readme-img/member.png differ
diff --git a/src/assets/readme-img/mypage.png b/src/assets/readme-img/mypage.png
new file mode 100644
index 0000000..cb5df41
Binary files /dev/null and b/src/assets/readme-img/mypage.png differ