Skip to content

Commit

Permalink
Merge pull request #59 from codestates-seb/feat_FE_header
Browse files Browse the repository at this point in the history
Header/Footer 작업 완료
  • Loading branch information
YongILTree1 authored Aug 14, 2023
2 parents fcce2fc + 8e8edfb commit 0c26254
Show file tree
Hide file tree
Showing 31 changed files with 1,428 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/issue---issue-task-card.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 'Issue : Issue Task card'
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---

### 만들고자 하는 기능이 무엇인가요?
ex) Todo 생성 기능

### 해당 기능을 구현하기 위해 할 일이 무엇인가요?
1. [ ] Job1
2. [ ] Job2
3. [ ] Job3

### 예상 작업 시간
ex) 3h
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules/Sever.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/seb45_pre_001.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@
</tr>
<tr>
<td align="left">
- 고민중...
- jap 엔티티 클래스 설정<br/>
- 로그인/회원가입 기능<br/>
- 검색 기능
</td>
<td align="left">
- 고민중...
- server 환경 구축<br/>
- 답변 CRUD
</td>
<td align="left">
- 고민중...
- 게시글 목록 조회<br/>
- 질문 CRUD
</td>
</tr>
</tbody>
Expand All @@ -53,13 +57,18 @@
</tr>
<tr>
<td align="left">
- 고민중...
- Figma<br/>
- 질문 상세페이지<br/>
- 답변 CRUD
</td>
<td align="left">
- 고민중...
- 메인페이지<br/>(글목록 조회, 페이지네이션, 검색)<br/>
- 회원가입 페이지
</td>
<td align="left">
- 고민중...
- 질문페이지<br/>
- 질문 CRUD<br/>
- 로그인 페이지
</td>
</tr>
</tbody>
Expand All @@ -76,12 +85,10 @@
## 🗂️프로젝트 핵심기술 및 기능

### ✨ Back-end

![Java](https://img.shields.io/badge/java-007396?style=for-the-badge&logo=java&logoColor=white")
![Spring](https://img.shields.io/badge/spring-6DB33F?style=for-the-badge&logo=spring&logoColor=white)
![Spring Boot](https://img.shields.io/badge/spring_boot_jpa-6DB33F?style=for-the-badge&logo=springboot&logoColor=white)
![Spring Security](https://img.shields.io/badge/spring_security-6DB33F?style=for-the-badge&logo=springsecurity&logoColor=white)
![Mysql](https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white)
![Mysql](https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white)
![Apache Tomcat](https://img.shields.io/badge/apachetomcat-F8DC75?style=for-the-badge&logo=apachetomcat&logoColor=white)
![Ngrok](https://img.shields.io/badge/ngrok-1F1E37?style=for-the-badge&logo=ngrok&logoColor=white)

Expand All @@ -90,7 +97,9 @@
![HTML](https://img.shields.io/badge/html5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/css-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![NodeJS](https://img.shields.io/badge/node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=black)
![React](https://img.shields.io/badge/react-61DAFB?style=for-the-badge&logo=react&logoColor=black)
![React Router](https://img.shields.io/badge/react_router-CA4245?style=for-the-badge&logo=reactrouter&logoColor=black)
![Redux](https://img.shields.io/badge/redux-764ABC?style=for-the-badge&logo=redux&logoColor=white)

## 🛠️협업툴
Expand Down
37 changes: 37 additions & 0 deletions Server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/
Loading

0 comments on commit 0c26254

Please sign in to comment.