###An epic showdown of react components.
This project originally started as a side by side charting library comparison written with react. It is now intended to be a sandbox where react components in general can be compared side by side. It's like a TodoMVC, but for react components.
- npm install
- npm start
- Go to http://localhost:3000
Click around and see how thigns compare.
- Don't hesitate, any help is welcome, fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D