App OUtline:
- Making a clone of twitch.tv where user can
create unlimited channels that they can stream too.
When User Not Logged In:
- User can view a list of all streams/channels
- User can view a video for a single stream
When User Logged In:
- User can CREATE a new stream/channel
- User can EDIT a stream they created
- User can DELETE a stream they created
APP CHALLENGES:
- Need to be able to navigate around to separate pages in our app
- Need to allow a user to Login/Logout
- Need to handle forms in Redux
- need to master CRUD (create,read,update,destroy) operations in
React/Redux
-Errors will likly occur. Need good error handling