Files
freeCodeCamp/client
Helder ce46d1906b Animate #testSuite to focus user on errors
- As soon as the user clicks the button we hide('slow') the div #testSuite
- Then on displayTestResults we show it.

Use fadeOut/fadeIn instead of hide/show

Scroll the div #scroll-locker to the bottom
- Fix for some challenges with long contents on div #scroll-locker

Fix Err: Strings must use singlequote quotes
2016-06-18 16:04:36 -04:00
..
2016-03-03 17:53:33 -08:00
2015-09-10 16:59:27 -07:00
2015-12-03 15:09:52 -08:00
2016-05-09 10:13:02 -07:00
2015-11-29 16:28:32 -08:00
2016-01-04 12:16:26 +05:30

This is the entry point for the client code. Code that should run only on the client should be put here.

NOTE(berks): For react specific stuff this should be the entry point