Skip to content
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

Fix/error #31

Open
wants to merge 126 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
126 commits
Select commit Hold shift + click to select a range
630bc44
feat: 초기 환경 설정
yjp8842 Mar 11, 2024
8f63a13
feat: 프로젝트 폴더 구성
yjp8842 Mar 11, 2024
7ee2c77
feat: 화면 라우팅 구성
yjp8842 Mar 11, 2024
fd6fe6f
Merge pull request #1 from Invest-SNS/feature/setting-routes
yjp8842 Mar 11, 2024
bda7abb
feat: react-redux 환경 세팅
yjp8842 Mar 11, 2024
e80bc2b
Merge pull request #2 from Invest-SNS/feature/setting-redux
yjp8842 Mar 11, 2024
c5e23a6
feat: 폴더 접근 시 절대 경로 설정
yjp8842 Mar 11, 2024
f3f4c0b
Merge pull request #3 from Invest-SNS/feature/setting-env
yjp8842 Mar 11, 2024
1c38de3
feat: 관심 종목 검색 및 추가-삭제
eunxoo Mar 12, 2024
97f65df
feat: 보조지표 왼쪽 사이드바 구현
eunxoo Mar 12, 2024
ab66a02
feat: 네비바 구현
eunxoo Mar 12, 2024
6c8fc22
Merge pull request #4 from Invest-SNS/feature/Navbar
eunxoo Mar 12, 2024
cc7e325
Merge pull request #5 from Invest-SNS/feature/MyStockList
eunxoo Mar 12, 2024
a604f74
Merge pull request #6 from Invest-SNS/feature/IndicatorsBar
eunxoo Mar 12, 2024
bea89f7
feat: 서버 연동 및 테스트
yjp8842 Mar 13, 2024
35eb101
feat: 지표 변수 정리 json 생성
eunxoo Mar 14, 2024
46a9368
fix: props warning 수정
eunxoo Mar 14, 2024
e3eb5a1
feat: 차트-보조지표 왼쪽 바 구현
eunxoo Mar 14, 2024
346f48b
feat: 지표 변수 디테일바 구현 및 리덕스 연결
eunxoo Mar 14, 2024
8dd3975
Merge branch 'develop' into feature/IndicatorsBar
eunxoo Mar 14, 2024
0fce8d2
Merge pull request #7 from Invest-SNS/feature/IndicatorsBar
eunxoo Mar 14, 2024
5a37653
feat: left-bar mainLayout으로 이동
yjp8842 Mar 14, 2024
18292b0
Update package.json
eunxoo Mar 14, 2024
203ee3e
Update package-lock.json
eunxoo Mar 14, 2024
9c4e81e
feat: left-bar mainLayout으로 이동
yjp8842 Mar 14, 2024
465d2d5
Merge branch 'develop' of https://github.com/Invest-SNS/Invest-SNS-re…
yjp8842 Mar 14, 2024
d319ee8
Merge pull request #8 from Invest-SNS/feature/chart
yjp8842 Mar 14, 2024
25926aa
feat: 차트지표, 보조지표 수정
yjp8842 Mar 14, 2024
4467fa4
feat: 불필요한 코드 삭제 및 수정
yjp8842 Mar 14, 2024
22d7a03
Merge pull request #9 from Invest-SNS/feature/chart
yjp8842 Mar 14, 2024
85dac3a
feat: 사이드 네비바 사진 파일 업로드
eunxoo Mar 14, 2024
bb5860e
feat: 레이아웃 추가 및 수정
eunxoo Mar 14, 2024
4b2e45d
feat: 사이드 네비바 구현
eunxoo Mar 14, 2024
06afdfb
Merge pull request #10 from Invest-SNS/feature/sideNavbar
eunxoo Mar 14, 2024
72848a2
feat: 보조지표 차트 구현 중
yjp8842 Mar 14, 2024
03c3896
feat: 보조 지표 차트 프로세스 구성 중
yjp8842 Mar 15, 2024
1eec23e
Merge branch 'develop' of https://github.com/Invest-SNS/Invest-SNS-re…
yjp8842 Mar 17, 2024
f2c2ab0
feat: 차트지표 api 연결 및 시각화
yjp8842 Mar 17, 2024
5d1e975
feat: 차트지표 api 연결 및 시각화
yjp8842 Mar 17, 2024
264c76a
feat: 검색 api 연결 및 리덕스 상태 관리
eunxoo Mar 17, 2024
425e4ee
Merge branch 'develop' into feature/MyStockList
eunxoo Mar 17, 2024
19029a6
Merge pull request #11 from Invest-SNS/feature/MyStockList
eunxoo Mar 17, 2024
244ee74
fix: 중복된 import 제거
eunxoo Mar 17, 2024
4942067
feat: 차트지표 상태 유지 및 value 변경 시 차트 시각화 업데이트
yjp8842 Mar 18, 2024
a76d6ff
feat: MACD 차트 시각화 중
yjp8842 Mar 18, 2024
62ce570
Merge branch 'develop' of https://github.com/Invest-SNS/Invest-SNS-re…
yjp8842 Mar 18, 2024
cdc8cfe
feat: 보조지표 차트 구성
yjp8842 Mar 19, 2024
c172fba
feat: BBANDSChart 구현
yjp8842 Mar 19, 2024
d037756
feat: EMAChart 구현
yjp8842 Mar 19, 2024
10bf29d
feat: SARChart 구현
yjp8842 Mar 19, 2024
1168bba
feat: ADChart 구현
yjp8842 Mar 19, 2024
379aa5a
feat: ADOSCChart 구현
yjp8842 Mar 19, 2024
e3f2987
feat: ADXChart 구현
yjp8842 Mar 19, 2024
dc5f9bc
feat: ADXRChart 구현
yjp8842 Mar 19, 2024
0b2bc09
feat: AROONChart 구현
yjp8842 Mar 19, 2024
3d429bb
feat: ATRChart 구현
yjp8842 Mar 19, 2024
7dc85ad
feat: CCIChart 구현
yjp8842 Mar 19, 2024
17971f0
feat: DMIChart 구현
yjp8842 Mar 19, 2024
e5ad021
feat: MFIChart 구현
yjp8842 Mar 19, 2024
9aeaa78
feat: MOMChart 구현
yjp8842 Mar 19, 2024
1ae9aa4
feat: OBVChart 구현
yjp8842 Mar 19, 2024
9218607
feat: ROCChart 구현
yjp8842 Mar 19, 2024
e51a3da
feat: RSIChart 구현
yjp8842 Mar 19, 2024
1388600
feat: STOCHChart 구현
yjp8842 Mar 19, 2024
287b834
feat: STOCHFastChart 구현
yjp8842 Mar 19, 2024
056f87e
feat: TRIXChart 구현
yjp8842 Mar 19, 2024
fd2b12d
feat: WILLRChart 구현
yjp8842 Mar 19, 2024
89876a9
feat: 사진 및 아이콘
eunxoo Mar 19, 2024
9d484bc
fix: 사이드바 width 수정
eunxoo Mar 19, 2024
1a18e81
feat: 글쓰기 컴포넌트
eunxoo Mar 19, 2024
49e016a
feat: 피드 페이지 구현
eunxoo Mar 19, 2024
39f2cb9
Merge pull request #12 from Invest-SNS/feature/FeedPage
eunxoo Mar 19, 2024
4772b61
feat: 보조지표 시각화
yjp8842 Mar 19, 2024
c8ca8ce
feat: 보조지표 valuetooltip 추가
yjp8842 Mar 19, 2024
71fa327
Merge branch 'develop' of https://github.com/Invest-SNS/Invest-SNS-re…
yjp8842 Mar 19, 2024
4781511
feat: rigt-bar price book
chaeheonjeong Mar 19, 2024
395a078
feat: 보조지표 구현
yjp8842 Mar 19, 2024
7fc31cc
Merge branch 'develop' into feature/left-bar
chaeheonjeong Mar 19, 2024
1ff5ced
Merge pull request #14 from Invest-SNS/feature/left-bar
chaeheonjeong Mar 19, 2024
7a683c1
Merge branch 'develop' of https://github.com/Invest-SNS/Invest-SNS-re…
yjp8842 Mar 19, 2024
7d5eb76
Merge pull request #13 from Invest-SNS/feature/chart
yjp8842 Mar 19, 2024
0d9c246
refactor: 페이지 레이아웃 수정
yjp8842 Mar 19, 2024
ff88577
Merge pull request #15 from Invest-SNS/feature/chart
yjp8842 Mar 19, 2024
09ba7dd
fix: 오류 수정
yjp8842 Mar 19, 2024
1c9b766
Merge pull request #16 from Invest-SNS/feature/chart
yjp8842 Mar 19, 2024
daf0654
Add files via upload
Tomk2d Mar 20, 2024
d8dd7fd
feat: 보조지표 디테일 수정 및 로직 수정 중
yjp8842 Mar 20, 2024
501a5c5
refactor: jsx 형식자 수정
eunxoo Mar 20, 2024
7c9a986
feat: 글로벌스타일 설정
eunxoo Mar 20, 2024
bac7176
feat: 피드 페이지 컴포넌트화 및 피드 get 연결
eunxoo Mar 20, 2024
d7078d6
feat: 피드 작성하기 api 연결
eunxoo Mar 20, 2024
97b25f0
Merge pull request #18 from Invest-SNS/feature/feed
eunxoo Mar 20, 2024
9c379c7
웹소켓 가져오기 업데이트
Tomk2d Mar 21, 2024
c5a1d7e
Merge pull request #20 from Invest-SNS/webSocket_update
Tomk2d Mar 21, 2024
5c6d6a8
update package.json
Tomk2d Mar 21, 2024
8e23551
Merge pull request #21 from Invest-SNS/webSocket_update
Tomk2d Mar 21, 2024
b1516f9
fix: 차트/보조 지표 reducer 수정
yjp8842 Mar 21, 2024
8ce86be
Merge branch 'develop' of https://github.com/Invest-SNS/Invest-SNS-re…
yjp8842 Mar 21, 2024
6efcf00
feat: Add trading
chaeheonjeong Mar 21, 2024
c65029f
Merge branch 'develop' into feature/trading
chaeheonjeong Mar 21, 2024
fb83472
Merge pull request #22 from Invest-SNS/feature/trading
chaeheonjeong Mar 21, 2024
8edee82
fix: 새로운 기업 클릭 시 데이터 반영
yjp8842 Mar 21, 2024
456291b
Merge branch 'develop' of https://github.com/Invest-SNS/Invest-SNS-re…
yjp8842 Mar 21, 2024
db817bd
feat: 인기주식/핫이슈 종목
yjp8842 Mar 21, 2024
cbbbb60
Merge pull request #23 from Invest-SNS/feature/chart
yjp8842 Mar 22, 2024
22441d9
feat: Hot 페이지 구현 중
yjp8842 Mar 22, 2024
9301f53
Merge branch 'develop' of https://github.com/Invest-SNS/Invest-SNS-re…
yjp8842 Mar 22, 2024
c06bc40
feat: 인기주식/핫이슈 종목 페이지 구성
yjp8842 Mar 22, 2024
3dbfca4
feat: hotStock 페이지 구현
yjp8842 Mar 25, 2024
bbaaa42
Merge pull request #24 from Invest-SNS/feature/HotStock
yjp8842 Mar 25, 2024
6089c17
feat: 투자전략 페이지 구현
yjp8842 Mar 25, 2024
524914e
fix: 투자전략 페이지 수정
yjp8842 Mar 25, 2024
637de19
Merge pull request #25 from Invest-SNS/feature/strategy
yjp8842 Mar 25, 2024
518766a
feat/trading
chaeheonjeong Mar 25, 2024
88219ca
Merge branch 'develop' into feature/trading
chaeheonjeong Mar 25, 2024
31e750d
Merge pull request #26 from Invest-SNS/feature/trading
chaeheonjeong Mar 25, 2024
4077cec
fix: 불필요한 라우터 삭제
yjp8842 Mar 25, 2024
ddb1181
Merge pull request #27 from Invest-SNS/feature/chart
yjp8842 Mar 25, 2024
d1c2b4d
refactor: 로딩 페이지 구현
yjp8842 Mar 25, 2024
5efdb1d
Merge pull request #28 from Invest-SNS/feature/strategy
yjp8842 Mar 25, 2024
3186a4c
feat: 로고 변경
yjp8842 Mar 25, 2024
bdbf31c
Merge pull request #29 from Invest-SNS/feature/chart
yjp8842 Mar 25, 2024
bf668b7
챗봇 업데이트
Tomk2d Mar 25, 2024
f9d3a1e
Merge branch 'develop' into chatbot
Tomk2d Mar 25, 2024
c4dd56a
Merge pull request #30 from Invest-SNS/chatbot
Tomk2d Mar 25, 2024
d5164f5
에러수정
Tomk2d Mar 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
'no-unused-vars': 'off',
"react/prop-types": "off",
},
}
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading