uwblueprint / somo

Text messaging survey app for Somo
http://www.thesomoproject.org
5 stars 1 forks source link

App interface structure: header, footer, divs #7

Closed sitefeng closed 7 years ago

ayushbhagat commented 8 years ago

Don't have any footers, but need to implement the header similar to http://somo.herokuapp.com/. The following steps are required in order to add a header:

  1. Create a component called Header.jsx.
  2. Add it to this line https://github.com/uwblueprint/somo-react/blob/master/src/App.jsx#L15.
hkjayakumar commented 7 years ago

Done in https://github.com/uwblueprint/somo-react/pull/4