# online money book **Repository Path**: CaseyLu/online-money-book ## Basic Information - **Project Name**: online money book - **Description**: 基于React的在线记账🧾的H5开发 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2025-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该项目由 [Create React App](https://github.com/facebookincubator/create-react-app) 创建. ## React 正确实战的方法 - 项目代码 ### 运行 第一次运行首先安装依赖,只需要运行一次 ```bash npm insall ``` 然后启动项目 ```bash npm start ``` ### 测试 ```bash npm test ``` 测试结果截图如下 ![test](./screenshots/test.png) ### 运行环境 本项目在macOS Sierra 10.12.6 或更高版本 以及 Chrome 68或更高版本下运行,其他操作系统和浏览器尚未测试。 ### 系统截图 screenshots 文件夹下有系统截图 ### 首页 ![index](./screenshots/index.png) ### 首页图表模式 ![chart](./screenshots/index_chart.png) ### 修改条目 ![modify](./screenshots/modify_item.png) ### 切换月份 ![month](./screenshots/switch_month.png)