GithubHelp home page GithubHelp logo

gittig11 / credit-bi-react Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hzzly/credit-bi-react

0.0 0.0 0.0 2.98 MB

韭菜盒子数据大屏(WIP)

License: MIT License

JavaScript 94.34% HTML 0.25% SCSS 5.41%

credit-bi-react's Introduction

韭菜盒子数据大屏(WIP)

项目 Fork 于 hzzly/credit-bi-react,减少重复没必要的开发工作。专注于图表设计和数据爬取展示。欢迎PR共建

觉得没挑战的,还有个大的方向(Low-Code),搞大屏拖拽生成编辑器。Serverless 做数据源接口,一个数据源就是一个function,负责爬取各种数据。大屏编辑器统计图组件可设置选择数据源,最后预览即可见大屏效果。

Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8586
yarn start

技术选型

  • React 全家桶(React-Router、React-Redux、React Hooks)
  • Webpack 编译打包
  • Echarts 图表组件
  • Grid 网格布局

项目结构

项目结构如下:

├── src
│   ├── assets // 资源目录
│   ├── components // 公共组件目录
│   │   ├── Card // Card组件
│   │   ├── Charts // 图表组件目录
│   │   │   ├── Bar // 柱状图
│   │   │   ├── ChinaMap // **地图
│   │   │   ├── Funnel // 漏斗图
│   │   │   ├── Line // 折线图
│   │   │   ├── Pie // 饼图
│   │   │   └── lib // 基础图表组件
│   │   ├── ScrollNumber // 滚动数字组件
│   │   └── SvgIcon // Icon组件
│   ├── global.scss
│   ├── index.js
│   ├── pages // 分块结构目录
│   ├── router // 路由
│   ├── store
│   │   ├── actions
│   │   ├── index.js
│   │   ├── reducers
│   │   ├── sagas
│   │   └── types.js
│   └── utils
│       ├── genChartData.js
│       ├── genMapData.js
│       ├── socket.js
│       └── util.js

Contributes

欢迎PR共建。

credit-bi-react's People

Contributors

dependabot[bot] avatar giscafer avatar hzzly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.