add front-end code
authorHongyuan Ma <CS_MaleicAcid@163.com>
Sun, 13 May 2018 12:28:27 +0000 (20:28 +0800)
committerHongyuan Ma <CS_MaleicAcid@163.com>
Sun, 13 May 2018 12:28:27 +0000 (20:28 +0800)
commit6d29e440d85f16f67b0e19ae57fbb250163fa426
tree482119bca52b57b4df1c62833f1a4473fce00674
parent4d397f905511a0076841c0546173310c32f1d057
add front-end code
22 files changed:
.gitignore
front-end/.project [new file with mode: 0644]
front-end/README.md [new file with mode: 0644]
front-end/package.json [new file with mode: 0644]
front-end/src/app.jsx [new file with mode: 0644]
front-end/src/component/layout/index.jsx [new file with mode: 0644]
front-end/src/component/layout/index.scss [new file with mode: 0644]
front-end/src/component/layout/theme.css [new file with mode: 0644]
front-end/src/component/nav-top/index.css [new file with mode: 0644]
front-end/src/component/nav-top/index.jsx [new file with mode: 0644]
front-end/src/component/result-filter/index.css [new file with mode: 0644]
front-end/src/component/result-filter/index.jsx [new file with mode: 0644]
front-end/src/image/slonik.png [new file with mode: 0644]
front-end/src/index.css [new file with mode: 0644]
front-end/src/index.html [new file with mode: 0644]
front-end/src/index.scss [new file with mode: 0644]
front-end/src/page/Home/index.jsx [new file with mode: 0644]
front-end/src/page/Home/index.scss [new file with mode: 0644]
front-end/src/page/Status/index.jsx [new file with mode: 0644]
front-end/src/page/Status/index.scss [new file with mode: 0644]
front-end/webpack.config.js [new file with mode: 0644]
front-end/yarn.lock [new file with mode: 0644]