Momentum logo
Team 3 Classroom

BE -- Django Models

Posted on Sep 9th, 2020

Today we’ll be focusing on making sure we understand all the capabilities of Django models.

Assignments

By Thursday, you should have much of Question Box done. Your models should be complete, as should be views for viewing questions, creating questions, creating answers, and the user profile.

Resources

FE - Return to JavaScript

Posted on Sep 8th, 2020

Today we’re returning to JavaScript! We’re going to have a refresher before diving into React tomorrow.

Setup

By the end of today, you need to make sure you have the following set up on your machine:

  • Node & npm
  • create-react-app
  • VS Code extension for JSX and Standard.js
  • Exercism

Assignments

Resources