/MLB-dashboard

MLB Dashboard, Get stats and games based on date

Primary LanguageJavaScript

Take home interview test for Konrad Group ##Tested on Node v7.4.0 NPM 4.1.2

How to Run

npm install npm run build npm start

What Could have been Improved?

This project utilized localstorage because of the small scale of the application, to improve I would have used Redux instead which is widely used for large scale applications, if this application were any bigger redux would have been essential.

Styling could be improved. Currently using material-ui.

I could have broken up the app into containers and components.