Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soozynn/coding-test_stayfolio
https://github.com/soozynn/coding-test_stayfolio
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soozynn/coding-test_stayfolio
- Owner: soozynn
- Created: 2022-07-20T10:48:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T15:23:43.000Z (over 2 years ago)
- Last Synced: 2024-11-08T02:52:41.868Z (about 2 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 공통테스트-전수진
## 실행방법
```
git clone https://github.com/soozynn/coding-test_stayfolio.git```
```
npm install
```설치 후,
```
npm test
```테스트가 무사히 통과하는지 확인해주세요!
## 구조
- lib: 코딩테스트 문제 파일이 들어있습니다.
- test:lib 폴더 내부 코딩테스트 문제 파일이 잘 통과하는지 확인하는 테스트 파일이 들어있습니다.
### about
구현조건만을 생각하여 쉽게 작성할 수도 있었지만, 여러 엣지 케이스를 생각하여 더 접근해보았습니다. 감사합니다.