-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Conversation
@Parkhyunseo
Parkhyunseo
requested review from
HodaeSsi,
PParkJy,
Tetramad and
leaf-upper
December 25, 2019 12:12
@Parkhyunseo
Parkhyunseo
changed the title
(削除) [Kuma] "react-calculator" 구현 완료입니다. (削除ここまで)
(追記) [Kuma] react-calculator구현 완료입니다. (追記ここまで)
Dec 25, 2019
너무 잘 작성하신것 같습니다!!
쿠마님도 고생하셨습니다~
HodaeSsi
commented
Dec 25, 2019
Member
고생하셨습니다!
Tetramad
Tetramad
suggested changes
Dec 26, 2019
@Tetramad
Tetramad
left a comment
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.
오류나서 실행되지 않습니다.
Tetramad
Tetramad
suggested changes
Dec 26, 2019
@Tetramad
Tetramad
left a comment
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.
오류나서 실행되지 않습니다.
@@ -0,0 +1,137 @@
import React, { useState, createContext } from 'react';
import { OperatorFunction } from '../model/Operator';
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.
Failed to compile
./src/context/FomularProvider.js
Cannot find file: 'Operator.js' does not match the corresponding name on disk: '.\src\model\operator.js'.
Contributor
Author
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.
앗 operator 파일만 소문자로 시작하네요.
수정하겠습니다.
PParkJy
commented
Dec 26, 2019
쭉 읽어봤는데 react 너무 어렵네요 흑흑
수고하셨습니다!
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
도구
내용
Windows 계산기를 참고해서 요구사항에 맞게 구현했습니다.
금주 스터디 시간 때 시현 예정이며, 궁금하신 분들은 pull 받으셔서
명령어를 입력 하여 실행 해 볼 수 있습니다.
참고
프론트엔드 CSS 부분은 프로젝트 목표에 맞지 않는 것 같아서 개발 하지 않았고, Notion에도 Strike처리했습니다.