Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 576 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 576 Bytes

マネーマネー記帳

マネーマネー記帳:モバイル向けのシングルページアプリケーション

特徴

  • 迅速な記帳
  • 記帳、タグ付け、統計などの機能がある

🛠️ クイックスタート

# リポジトリをクローン
git clone https://github.com/NansenHo/money-react.git
cd money-react

# パッケージをインストール
yarn add

# 開発環境を起動
yarn start

# ビルド
yarn run build

💻 テックスタック

  • TypeScript
  • React
  • ReactRouter
  • Custom Hooks
  • Styled Components