chrisleee / twitch-stocks

A web platform that allows you to invest in Twitch streamers with imaginary points.
GNU General Public License v3.0
21 stars 8 forks source link

Map out most of the pages and components needed #53

Closed chrisleee closed 7 years ago

chrisleee commented 7 years ago

Tentative list

Pages:

Components:

Landing Page

Once this gets decently structured and coded out, the issue will be closed and the structure will be moved to the roadmap in the wiki. The code will just be the bare minimum needed to lay the groundwork (basic styling and no logic), and there will be tasks to work on finishing up groups of components.

Some relevant websites to consider:

chrisleee commented 7 years ago

There will be two separate layouts for login/register and landing page for now. It's possible this can be condensed into one layout if we figure out how to dynamically style with styled-jsx.

chrisleee commented 7 years ago

Index will land on dashboard if authenticated and home if not.

chrisleee commented 7 years ago

57 implements most of this