C5m7b4 / vanilla3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanills JS

CircleCI GitHub

This is a simple website build with vanilla javascript.

branch 4

Add data and style

branch 5

Add state

branch 6

npm install eslint-webpack-plugin --save-dev npm install jest --save-dev npm install @babel/core @babel

plugin-transform-react-jsx

devServer: {
    static: {
      directory: path.join(__dirname, 'dist'),
    },
    port: 3000,
    compress: true,
client: {
overlay: false,
},
 },

This should get eslint to display errors correctly.

https://choosealicense.com/licenses/mit/

https://shields.io/category/license

branch 9

Add badges

branch 10

add our table

branch 11

add filter box

branch 14

add formatMoney function

branch 16

Add sorting

About

License:MIT License


Languages

Language:JavaScript 76.6%Language:CSS 17.0%Language:HTML 6.4%