An open API service indexing awesome lists of open source software.

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

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