Built with react, redux , webpack integration with babel loaders processing custom css and js modules and transpiling them.
Redux dev tools are still enabled in this, mapped to the store so that dispached actions can be tracked (install redux dev tools plugin here)
=========================
Project Initialisation involves standard procedures listed below
Clone the repo
git clone https://github.com/harshattray/profiling-dashboard.git
Install npm modules
npm install --save
Install dev dependencies
npm install --save-dev
npm start - To run the Project
npm run test - To run the tests
- All 3 routes implemented
- Data persistence added using local localStorage