https://github.com/timeless-residents/handson-small-investments-simulation
A React application for simulating small-scale stock market investments
https://github.com/timeless-residents/handson-small-investments-simulation
Last synced: 14 days ago
JSON representation
A React application for simulating small-scale stock market investments
- Host: GitHub
- URL: https://github.com/timeless-residents/handson-small-investments-simulation
- Owner: timeless-residents
- Created: 2025-02-09T23:05:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T23:10:58.000Z (8 months ago)
- Last Synced: 2025-02-10T00:19:08.674Z (8 months ago)
- Language: JavaScript
- Homepage: https://timeless-residents.github.io/handson-small-investments-simulation/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 小規模投資シミュレーション
このプロジェクトは、株式市場での小規模投資のシミュレーションを提供する React アプリケーションです。
## 機能
- 株価のシミュレーション
- 投資パフォーマンスの追跡
- リスクと収益の分析## 技術スタック
- React + Vite
- HMR (Hot Module Replacement)
- ESLint による品質管理## 開発環境のセットアップ
```bash
# 依存関係のインストール
npm install# 開発サーバーの起動
npm run dev
```## 公式プラグイン
現在、以下の2つの公式プラグインが利用可能です:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) - Babel を使用した Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) - SWC を使用した Fast Refresh