Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subscriptionRescueTeam/save-my-youth
청년을 구해줘 [📫 청년청약, 청약]
https://github.com/subscriptionRescueTeam/save-my-youth
apply react react-router recoil typescript ux
Last synced: 3 months ago
JSON representation
청년을 구해줘 [📫 청년청약, 청약]
- Host: GitHub
- URL: https://github.com/subscriptionRescueTeam/save-my-youth
- Owner: subscriptionRescueTeam
- Created: 2022-05-13T00:12:01.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-01T13:00:05.000Z (about 2 years ago)
- Last Synced: 2024-06-25T06:35:58.517Z (5 months ago)
- Topics: apply, react, react-router, recoil, typescript, ux
- Language: TypeScript
- Homepage:
- Size: 7.81 MB
- Stars: 54
- Watchers: 0
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-repositories - subscriptionRescueTeam / save-my-youth
README
# **청년을 구해줘**
[청년을 구해줘](https://save-my-youth.netlify.app/)
"청년을 구해줘!"는 청년들을 위한 청약 정보를 한눈에 쉽게 살펴볼 수 있는 웹사이트입니다.
## 프로젝트 개요
![image](https://user-images.githubusercontent.com/77133565/169263798-ca440c9e-1838-4670-8d62-0d73be7cc410.png)역세권 청년주택에 거주하고 있고, 앞으로 다른 곳으로 이사가고 싶어서 청약을 넣을 예정인 청년,독립을 하고 싶은 청년, 부모와 떨어져서 성장할 수 있는 기회를 놓치지 않길 바라는 청년.
이유는 다르지만 청년청약에 관심을 가지고 있습니다. 그렇지만 청약 공고가 올라오는 사이트가 모두 달라 따로 찾아보아야 하게 때문에 청약 공고를 한 눈에 볼 수 있게 하는 사이트입니다.
![image](https://user-images.githubusercontent.com/77133565/169264230-0722f377-c2fd-4b88-9c21-f7965d165123.png)
## ⚡️ Skills
### Front-end
- **React 18** 로 사용자와의 상호작용이 많은 웹 페이지를 효율적으로 구현하고 관리했어요.
- **Typescript** 를 사용해 빌드 시에 오류를 미리 찾아, 코드 안정성을 높였어요. 또한 동료와의 커뮤니케이션이 원활해졌어요.---
### Back-end
- **Wagtail**로 웹 어플리케이션 서버를 구축했어요.
- **Django-ninja**를 사용해 API를 통신을 구현했어요.
- 백엔드는 **Heroku**를 이용해 배포했어요.
---
## 🏠 Members### 프론트엔드
|퉁이리(PL)|헬렌|플로라|매직타로|
|:-:|:-:|:-:|:-:|
|||||
|[tooooo1](https://github.com/tooooo1)|[hotbreakb](https://github.com/hotbreakb)|[Lela12](https://github.com/Lela12)|[kmin-jeong](https://github.com/kmin-jeong)|### 백엔드
|다츠|
|:-:|
||
|[DARTZ](https://github.com/jwun95)|### 디자이너
|제이미|
|:-:|
||
|[제이미](https://github.com/)|## ✍️CONVENTION✍️
| 태그 | 설명 |
| --------------------- | ------------------------------------------------------------------------- |
| `Feat: ` | 새로운 기능을 추가할 경우 |
| `Fix: ` | 버그를 고친 경우 |
| `Design: ` | CSS 등 사용자 UI 디자인 변경 |
| `!BREAKING CHANGE: ` | 커다란 API 변경의 경우 |
| `!HOTFIX: ` | 급하게 치명적인 버그를 고쳐야하는 경우 |
| `Style: ` | 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우 |
| `Refactor: ` | 프로덕션 코드 리팩토링 |
| `Comment: ` | 필요한 주석 추가 및 변경 |
| `Docs: ` | 문서를 수정한 경우 |
| `Test: ` | 테스트 추가, 테스트 리팩토링(프로덕션 코드 변경 X) |
| `Chore: ` | 빌드 테스트 업데이트, 패키지 매니저를 설정하는 경우(프로덕션 코드 변경 X) |
| `Rename: ` | 파일 혹은 폴더명을 수정하거나 옮기는 작업만인 경우 |
| `Remove: ` | 파일을 삭제하는 작업만 수행한 경우 |