J4zzing / billchart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

如何运行本项目

  1. 克隆该项目到任意文件夹:git clone https://github.com/rockhamx/xSolution.git
  2. 前往后端文件夹cd ./backend/,安装依赖:yarn,运行:yarn start
  3. 前往前端文件夹cd ./frontend/,安装依赖:yarn,运行:yarn start
  4. 等待create-react-app自动打开网页,或者在浏览器访问:localhost:3000

功能简介

  1. 账单展示。
  2. 账单筛选。包括时间、分类、收支类型三种方式。
  3. 添加账单。
  4. 分类统计与数据可视化基于chart.js
  5. 响应式设计

预览

预览图

About


Languages

Language:TypeScript 81.4%Language:CSS 11.2%Language:JavaScript 3.7%Language:HTML 3.6%