From b8886e3da98627baa23f6684f6dd30bc730b530c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B1=EC=A4=80=EA=B7=9C?= Date: Mon, 5 Aug 2024 00:48:53 +0900 Subject: [PATCH 1/7] Create README.md --- README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..913a8dd --- /dev/null +++ b/README.md @@ -0,0 +1,60 @@ +# 📰 당신을 위한 맞춤형 뉴스 서비스 + +## 📅 2024 소프트웨어 공모전 본선 출품작 + +--- + +### 🚀 프로젝트 개요 + +이 프로젝트는 사용자의 관심사에 맞춤형 뉴스를 제공하는 서비스를 목표로 합니다. 최신 기술과 데이터 분석을 활용하여 개인화된 뉴스 콘텐츠를 제공합니다. + +### 🎯 주요 기능 + +- **맞춤형 뉴스 추천**: 사용자의 관심사에 기반하여 뉴스를 추천합니다. +- **실시간 업데이트**: 최신 뉴스를 실시간으로 업데이트합니다. +- **사용자 피드백**: 뉴스 추천의 정확성을 높이기 위해 사용자 피드백을 수집합니다. + +### 🔧 설치 방법 + +1. 이 저장소를 클론합니다: + ```bash + git clone https://github.com/yourusername/your-repository.git + ``` + +2. 필요한 패키지를 설치합니다: + ```bash + cd your-repository + npm install + ``` + +3. 애플리케이션을 실행합니다: + ```bash + npm start + ``` + +### 🛠️ 기술 스택 + +- **프론트엔드**: React, Redux +- **백엔드**: Node.js, Express +- **데이터베이스**: MongoDB + +### 👥 기여자 + +프로젝트에 기여해주신 모든 분들께 감사드립니다! + +- [기여자 1](https://github.com/contributor1) +- [기여자 2](https://github.com/contributor2) +- [기여자 3](https://github.com/contributor3) + +### 📄 라이센스 + +이 프로젝트는 [MIT 라이센스](LICENSE) 하에 배포됩니다. + +### 📫 문의하기 + +문제가 있거나 추가적인 도움이 필요하시면, [이메일](mailto:your-email@example.com)로 연락 주시기 바랍니다. + +--- + +**감사합니다!** + From 08b390a5ad9ac8fa70d6cf246d1b2951b81338d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B1=EC=A4=80=EA=B7=9C?= Date: Mon, 5 Aug 2024 00:53:30 +0900 Subject: [PATCH 2/7] Update README.md --- README.md | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 913a8dd..1f801e3 100644 --- a/README.md +++ b/README.md @@ -14,23 +14,6 @@ - **실시간 업데이트**: 최신 뉴스를 실시간으로 업데이트합니다. - **사용자 피드백**: 뉴스 추천의 정확성을 높이기 위해 사용자 피드백을 수집합니다. -### 🔧 설치 방법 - -1. 이 저장소를 클론합니다: - ```bash - git clone https://github.com/yourusername/your-repository.git - ``` - -2. 필요한 패키지를 설치합니다: - ```bash - cd your-repository - npm install - ``` - -3. 애플리케이션을 실행합니다: - ```bash - npm start - ``` ### 🛠️ 기술 스택 @@ -42,17 +25,15 @@ 프로젝트에 기여해주신 모든 분들께 감사드립니다! -- [기여자 1](https://github.com/contributor1) -- [기여자 2](https://github.com/contributor2) -- [기여자 3](https://github.com/contributor3) +- [백준규](https://github.com/Codingbaek), [백준규-2](https://github.com/junekyu02) +- [박성진](https://github.com/macboy5) +- [신민준](https://github.com/minjun011026) +- [김난슬](https://github.com/seulnan) -### 📄 라이센스 -이 프로젝트는 [MIT 라이센스](LICENSE) 하에 배포됩니다. +### 👥 시연영상 -### 📫 문의하기 -문제가 있거나 추가적인 도움이 필요하시면, [이메일](mailto:your-email@example.com)로 연락 주시기 바랍니다. --- From bade6da0af431b77fc586e864e554d3d4ecddad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B1=EC=A4=80=EA=B7=9C?= Date: Mon, 5 Aug 2024 00:57:59 +0900 Subject: [PATCH 3/7] Update README.md --- README.md | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1f801e3..c8dcc11 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ - **실시간 업데이트**: 최신 뉴스를 실시간으로 업데이트합니다. - **사용자 피드백**: 뉴스 추천의 정확성을 높이기 위해 사용자 피드백을 수집합니다. - ### 🛠️ 기술 스택 - **프론트엔드**: React, Redux @@ -25,17 +24,36 @@ 프로젝트에 기여해주신 모든 분들께 감사드립니다! -- [백준규](https://github.com/Codingbaek), [백준규-2](https://github.com/junekyu02) -- [박성진](https://github.com/macboy5) -- [신민준](https://github.com/minjun011026) -- [김난슬](https://github.com/seulnan) - +
+ + 백준규 +
+ 백준규 +
+ + 백준규-2 +
+ 백준규-2 +
+ + 박성진 +
+ 박성진 +
+ + 신민준 +
+ 신민준 +
+ + 김난슬 +
+ 김난슬 +
+
### 👥 시연영상 - - --- **감사합니다!** - From 5761c4a078f39e64e8276eb73af461851a273500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B1=EC=A4=80=EA=B7=9C?= Date: Mon, 5 Aug 2024 00:59:11 +0900 Subject: [PATCH 4/7] Update README.md --- README.md | 58 ------------------------------------------------------- 1 file changed, 58 deletions(-) diff --git a/README.md b/README.md index c8dcc11..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,59 +1 @@ -# 📰 당신을 위한 맞춤형 뉴스 서비스 -## 📅 2024 소프트웨어 공모전 본선 출품작 - ---- - -### 🚀 프로젝트 개요 - -이 프로젝트는 사용자의 관심사에 맞춤형 뉴스를 제공하는 서비스를 목표로 합니다. 최신 기술과 데이터 분석을 활용하여 개인화된 뉴스 콘텐츠를 제공합니다. - -### 🎯 주요 기능 - -- **맞춤형 뉴스 추천**: 사용자의 관심사에 기반하여 뉴스를 추천합니다. -- **실시간 업데이트**: 최신 뉴스를 실시간으로 업데이트합니다. -- **사용자 피드백**: 뉴스 추천의 정확성을 높이기 위해 사용자 피드백을 수집합니다. - -### 🛠️ 기술 스택 - -- **프론트엔드**: React, Redux -- **백엔드**: Node.js, Express -- **데이터베이스**: MongoDB - -### 👥 기여자 - -프로젝트에 기여해주신 모든 분들께 감사드립니다! - -
- - 백준규 -
- 백준규 -
- - 백준규-2 -
- 백준규-2 -
- - 박성진 -
- 박성진 -
- - 신민준 -
- 신민준 -
- - 김난슬 -
- 김난슬 -
-
- -### 👥 시연영상 - ---- - -**감사합니다!** From 8ef30892f0e6e419e7e96f22a20934ad72774e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B1=EC=A4=80=EA=B7=9C?= Date: Sat, 31 Aug 2024 00:02:48 +0900 Subject: [PATCH 5/7] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 8b13789..02b5b59 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ +# 뉴픽 +### 관심있는 키워드로만 뉴스를 보고 싶다면? 당신이 원하는 뉴스만 쏙쏙! +]![뉴픽 온보딩](https://github.com/user-attachments/assets/6bfb0285-f226-43a0-be8e-84180066afd9) + + +## 세부페이지 + +![홈 키워드 페이지](https://github.com/user-attachments/assets/598f0dda-2998-40d0-a8f6-285658ab0d3e) + + +![로컬 페이지](https://github.com/user-attachments/assets/4dda4045-fcc2-470f-b8e0-889da3f3fa01) + + + +## 시연영상 + + + +https://github.com/user-attachments/assets/69103672-1b99-483b-9cee-0f6269538731 + + + + + +## Team Members and Roles + +| [](https://github.com/macboy5) | [](https://github.com/minjun011026) | [](https://github.com/junekyu02) | [](https://github.com/seulnan) | +| :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | +| [박성진](https://github.com/macboy5) | [신민준](https://github.com/minjun011026) | [백준규](https://github.com/junekyu02) | [김난슬](https://github.com/seulnan) | +| Android | Android | Android | android
Design | From d44f1e72b31d2073f7892b8394acb21868e144e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B1=EC=A4=80=EA=B7=9C?= Date: Sat, 31 Aug 2024 00:03:52 +0900 Subject: [PATCH 6/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02b5b59..baf1aa2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 뉴픽 ### 관심있는 키워드로만 뉴스를 보고 싶다면? 당신이 원하는 뉴스만 쏙쏙! -]![뉴픽 온보딩](https://github.com/user-attachments/assets/6bfb0285-f226-43a0-be8e-84180066afd9) +![뉴픽 온보딩](https://github.com/user-attachments/assets/6bfb0285-f226-43a0-be8e-84180066afd9) ## 세부페이지 @@ -28,4 +28,4 @@ https://github.com/user-attachments/assets/69103672-1b99-483b-9cee-0f6269538731 | [](https://github.com/macboy5) | [](https://github.com/minjun011026) | [](https://github.com/junekyu02) | [](https://github.com/seulnan) | | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | | [박성진](https://github.com/macboy5) | [신민준](https://github.com/minjun011026) | [백준규](https://github.com/junekyu02) | [김난슬](https://github.com/seulnan) | -| Android | Android | Android | android
Design | +| Android | Android | Android | PM
Design | From 31cc56f910d5746c76cbe4b5cb4da437ed81787c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B1=EC=A4=80=EA=B7=9C?= Date: Sun, 1 Sep 2024 23:24:30 +0900 Subject: [PATCH 7/7] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index baf1aa2..c3e1cf2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # 뉴픽 ### 관심있는 키워드로만 뉴스를 보고 싶다면? 당신이 원하는 뉴스만 쏙쏙! -![뉴픽 온보딩](https://github.com/user-attachments/assets/6bfb0285-f226-43a0-be8e-84180066afd9) +![image](https://github.com/user-attachments/assets/c44fe91f-d786-43db-aabd-4bcb66300b58) + ## 세부페이지 -![홈 키워드 페이지](https://github.com/user-attachments/assets/598f0dda-2998-40d0-a8f6-285658ab0d3e) +![image](https://github.com/user-attachments/assets/1acd28e7-cef0-4124-9f4b-39416b44dbc5) + + +![image](https://github.com/user-attachments/assets/cc6fbcf3-782b-4324-8523-f1ab9a64209f) -![로컬 페이지](https://github.com/user-attachments/assets/4dda4045-fcc2-470f-b8e0-889da3f3fa01)