Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 859 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 859 Bytes

Check out branches

Steps to navigate repo

jump to require branch using

git checkout <branch-name>
eg. git checkout notes

SEPARATE npm install for each branch

notes merged

uses

  • React class component
  • React functional component
  • state
  • props
  • Event handlers
  • form
  • material-ui
  • router
  • endpoint data fetch
  • redux
  • animations

additional requirements

  • json-server for test
    npm install json-server
    json-server --watch data/db.json --port 8000

setup your firebaseConfig

  • change firebaseConfig to your config from firebase