Super Duper Ultra Basic Introduction to Web Dev
CHECKPOINT 8 - Final Touches -use bootstrap to make things prettier -remove hard coded table rows -change API to be RESTful
CHECKPOINT 7 - Linking Ends -rewrite JS to fit with backend -GET, ADD, and DELETE functions -rewrite addResults for both GET and ADD
CHECKPOINT 6 - Flask -learn how API endpoints work --set up routers -learn about JSON -change link/script paths in html -get app up and running via Flask
CHECKPOINT 5 - Python -communicate with DB -create three functions --GET, ADD, DELETE -test SQL communication
CHECKPOINT 4 - SQL -create database -create root user -create table/schema -create columns -add and test insertion
MAKE YOUR PULL REQUEST NOW
CHECKPOINT 3 - JavaScript -get familiar with jQuery -add rows to table when button is clicked -delete row when link is clicked
CHECKPOINT 2 - CSS -add margins -left align table headers -widen columns
CHECKPOINT 1 - HTML -make form -make table -wrap in divs -hard code some rows
CHECKPOINT 0 - project structure -create .gitignore -create directory structure
\app \static \img \css \js .gitignore README.md