This application aims to get some text content from user, then to return number of recurring characters in it.
Application initialized via https://github.com/facebookincubator/create-react-app
repository.
- Webpack
- React
- Jest
- Enzyme
- ES6 & Babel
After cloning the repository, install dependencies:
npm install
To start development server:
npm start
To run test specs:
npm tests
To get coverage report:
npm tests -- --coverage
- TextInput component should be able to handle array of validators and must collect error messages from them
- Test specs should be increased
- Documentation should be generated from comments
- CSS preprocessor should be added