황금연금은 시니어를 위한 안전하고 보장된 일자리를 제공하는 웹서비스입니다.
이 깃허브 주소는 황금연금의 프론트엔드 부분을 내포하고 있습니다.
시니어 구인구직 웹서비스
개발기간: 2023.07 ~ 2023.08
황금연금은 시니어를 위한 안전하고 보장된 일자리를 제공하는 웹서비스입니다. 기존에 존재하는 구인구직 플랫폼은 시니어들이 사용하기에 불편한 점이 많이 존재합니다. 따라서 노인 친화적인 UX/UI를 도입하고, 기능의 복잡성을 단순화하여 시니어를 위한 채용공고 웹서비스를 제작하였습니다. 한국노인인력개발원에서 제공하는 일자리를 비롯하여 서비스 자체적으로 기업과 파트너를 맺어 더욱 신뢰할 수 있는 일자리를 제공합니다.
Golden Pension is a web service that provides secure and guaranteed employment opportunities for seniors.
Existing job platform services often have many inconveniences for seniors to use. Therefore, we have adopted senior-friendly UX/UI and simplified the complexity of functions to create a job posting web service for seniors. We provide trustworthy job opportunities not only from the Korean Senior Workforce Development Institute but also through partnerships with companies within our own service.
For building and running the application you need:
$ git clone https://github.com/goldpension/front.git
$ cd front
$ npm install
$ npm start
첫 페이지 | 일반 일자리 - 지역선택 |
---|---|
일반 일자리 - 지역상세 | 검증된 일자리 |
- 한국노인인력개발원에서 제공하는 일자리 제공
- 카카오맵 api를 이용하여 지도에서 위치와 함께 볼 수 있음
- 황금연금 파트너사의 일자리 제공
- 기업 회원은 파트너사를 신청하여 채용공고를 올릴 수 있음
- 비회원은 전화번호와 이름을 이용하여 확인 가능
front
├── README.md
├── package-lock.json
├── package.json
├── public
└── src
├── api
├── components
├── css
├── img
├── json
├── pages
├── recoil
├── App.js
└── index.js