robertszafa / moodportfolio

2 stars 1 forks source link

Front-end Components #16

Closed Thepnathi closed 5 years ago

Thepnathi commented 5 years ago

The following components are required for the application. If you do not know what to do. You can always style the front-end components by adding more CSS to make it more presentable and responsive.

  1. Graph component - At the moment I have two ideas for graphs. One will be a pie chart which will allow the user to select an emotion within a timeframe - e.g. monthly and see all the top 10 activity tags which contributed to that emotion. Another will be a line chart which will show how the user emotion has changed through history.
  2. Login and Register component
  3. Home component - Someone can design the home component. My current idea is to make it similar to the user-interface design mockup that I did.
  4. Profile component - Contains the user basic information, e.g. city, number of days the user has been on.

We can add more components later...

robertszafa commented 5 years ago

I recommend using react-bootstrap for styling.

MJHarding commented 5 years ago

Log in and Register are mostly done :)