forked from woowacourse/javascript-calculator
-
Notifications
You must be signed in to change notification settings - Fork 3
[yechoi] typescript-calculator #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yechoi42
wants to merge
20
commits into
transcendence42:main
Choose a base branch
from
yechoi42:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
8ab7b67
chore: install cypress
yechoi42 e3f2fbb
feat: init calculator project'
yechoi42 3058c4b
test. add addition test
yechoi42 d9380a2
test: add substraction, multiplication, division test
yechoi42 cd4d723
feat. 숫자 입력받기, 입력받은 숫자 띄워주기, AC기능
yechoi42 0d93b8d
feat: 사칙연산 기능
yechoi42 b4127cf
test: cypress value->have.text
yechoi42 37178bb
test: 테스트 케이스 추가(소수점, AC)
yechoi42 5a2f0f9
fix: 나눗셈 소숫점 버림
yechoi42 3fa286e
fix: 첫 숫자가 음수가 들어올 때 오루
yechoi42 19f9bbe
refactor: 객체 대신 parsedInput 클래스 활용
yechoi42 74cc2b2
refactor: 객체 대신 parsedInput 클래스 활용
yechoi42 399280b
refactor: total 에 data-type 속성 추가
yechoi42 86f2127
refactor: calculate() if to switch
yechoi42 7cc044f
feat. 3자리 제한 기능 checkInputValidation()
yechoi42 9f06aea
fix: = 눌렀을 때 보여주는 문제
yechoi42 cf985c7
fix: 연산자 연속 입력 불가
yechoi42 8796702
fix: 처음에 - 입력했을 때 0-로 나타나는 문제
yechoi42 6b94838
chore. update tsconfig.json
yechoi42 fa2a583
fix: strict syantax applied
yechoi42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "extends": [ | ||
| "plugin:cypress/recommended" | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "baseUrl": "http://localhost:5500" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "Using fixtures to represent data", | ||
| "email": "[email protected]", | ||
| "body": "Fixtures are a great way to mock data for responses to routes" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EOL 아티클 읽어보시면 좋을것 같아요!