Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
Tom Lee edited this page May 7, 2018 · 5 revisions

Sprint 1: Get all the information that we need to show up on a page

  • Deploy react-express app to Heroku
  • Figure out a good development vs. production workflow
  • Ping Tom's scraper
  • Display all relevant information on a page

Sprint 2: Allow user to add students from class

  • Setup the database
  • User can add students ==> Show a form with all relevant fields.
    ==> hook up the form with the express route to save the info to the database ==> form validation

Sprint: Format the information in a table

  • user can remove students from class

Sprint: Add login/registration