Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.27 KB

File metadata and controls

31 lines (28 loc) · 1.27 KB

Practice Projects

Individual project

Building your own analytics dashboard components

  • create your own repo local and GitHub
  • add me to GitHub repo
  • React + React Native
    • create the following components:
      • LineChart
      • Histogram
      • Livechart
      • PieChart
    • use a branch for each
    • merge into master when ready
    • pull master to GitHub
  • Bootstrap + Chart.js
    • create ES6 template strings to generate javascript components as discussed in class
    • Bootstrap Components

Team Project

Design, Wireframe and Create a Web UI for storing data that uses DynamoDB as a backend

  • create your team repo and add your instructor as a collaborator to it
  • remember to create a git branch for each feature
  • follow the project workflow described here to manage your team
  • option: create the ability to switch between locally-hosted DynamnoDB and the cloud version
  • option: use Firebase instead of DynamoDB
  • option: use Flask and Python server instead of Node and Express
    • provide ability to switch to a local TinyDB, in addition to Dynamo

Practice Projects

Refer to the CXA 2017 questions in this repo