This project was bootstrapped with Create React App.
- Install
yarn
. Instructions can be found here
yarn install
in the root of the projectyarn start
to run in development modeyarn build
to get a production build
- Airbnb eslint guidelines has been used to make code consistent
- Precommit hook has been added to ensure the same.
- Style linting is done
- Routing using react-router-dom
- State management using redux
- Following Smart/Dump component approach in designing components
- Saving to localhost to restore data at any point
- Typechecking with PropTypes
This report is generated using Chrome browser. You can find a step by step instruction on how to generate it here