Skip to content

SengitU/character-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Character Counter

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.

Tech Stack

  • Webpack
  • React
  • Jest
  • Enzyme
  • ES6 & Babel

Installation

After cloning the repository, install dependencies:

npm install

Development

To start development server:

npm start

To run test specs:

npm tests

To get coverage report:

npm tests -- --coverage

TODOs

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published