Make sure that state.today does not go out of bounds
Removed unneeded console.log statements
Removed commented out code
Curated TODO list
Removed more log statements
Fixed scap hang result recording
Make Input component independent of state
Adds redux-persist package
Begins implementing Redux-Persist
Resolves syntax problem in store export
Persists data with addition of middleware actions from redux-persist
Removed PURGE action handler
Removed commented out code
Merge pull request #3 from aenyeart/persist
Persists state on local device using Redux-Persist & RN Async Storage
Removed PURGE action handler
Removed commented out code