This is a app to practice/testing material-ui and refactoring my stock app based on new techniques I discovered when refining my react best practices.
It uses React and React-Dom version 0.14, material-ui, webpack 1.x and babel 6.
You should have node/npm installed as well.
To start it assumes you have the following installed globally
npm install babel webpack webpack-dev-server -g
Then do the following:
npm install
Lastly do the following:
npm start
You should have a dev server running on port 3333.
Open your browser and go to http://localhost:3333
TODO
Refactor to make a new StockTableRow componentPropTypes- Test :)
- Hide AutoComplete bar when adding a stock and have it show again after adding a stock or cancelling.
- Refactor with Optimizations
Refactor with code style- Refactor when table on row selection bug is resolved.
- More styling with inline styles and flexbox