Skip to content

Component Structure and Naming

Lane Le Prevost-Smith edited this page Feb 27, 2019 · 12 revisions

Components we'll need

MVP

  • <App />

Student Dashboard

  • <StudenDashboard />
  • <Nav />
  • <Header />
  • <Info />
  • <ContactForm />

Student Feed

  • <Student />
  • <Header />
  • <StudentProfile />
  • <Description />

Sign in

  • <SignIn />

Stretch

Register

  • <Register />
Clone this wiki locally