Skip to content
This repository has been archived by the owner. It is now read-only.

sapegin/react-text-stats

Repository files navigation

React Text Statistics

Build Status

My coding assignment for Here.

Try the deployed app or read below hot to run it locally.

How to run locally

First checkout the repository ($ git clone https://github.com/sapegin/react-text-stats.git) or download it as a ZIP file.

Then install dependencies:

$ npm install

And run development server:

$ npm run server

It’ll open the app in your browser.

What’s inside

App

  • React.
  • alt — a simple Flux implementation: stores, actions, etc.
  • bem-cn — BEM-style class name generator.
  • lodash.

Styles

Build

Testing

Debugging

Author


License

The MIT License, see the included License.md file.