ReactJS, Styled-components and ES6.
http://albsugy.com/live/duplicates-counter
Task | Description |
---|---|
npm install |
install all the dependencies. |
npm start |
navigate to http://localhost:3000/ |
npm run build |
build for production |
You can use yarn
too.
- Alphanumeric Regex validation.
- Display the count of duplicated characters.
- Display the duplicated characters.
- Ignore character case.
- Only returns the count of the characters that occur more than once in a string.