# Checklist

## Done

- [x] - Active on command
- [x] - Global installation
- [x] - Take an OS path
- [x] - Option to add React-Router and Node-SASS
- [x] - Generate boilerplate function/class components
- [x] - Create-React-App installation
- [x] - Installing propTypes, React-Router, State Management, Node-Sass into CLI
- [x] - Installing accesibility packages
- [x] - Adding Redux to a project, also as a result of selecting to install Redux, it automatically creates a store folder
- [x] - CRA installation also does the above Redux instructions such as store creation.
- [x] - Improved React Component generator to smartly add PropTypes, Redux & React Router
- [x] - Added in package-manager choice as NPM/Yarn
- [x] - Custom CMD execute commands
- [x] - Custom installation for TypeScript
- [x] - Deployment to NPM done. Beta testing underway.
- [x] - Stable Release.
- [x] - Search for packages and install.

## In progress

- [ ] - Refactoring
- [ ] - Performance optimization
- [ ] - Code readability

## TBD

- [ ] - Adding Hooks functionality to the React Component generator
- [ ] - Adding progressbar with %.
