Movie Tracker

Users can browse movies that are in theaters. Users can also sign-up and login to favorite movies they are interested in.

Instructions

  • clone down this repo
  • run npm install
  • run npm start

Steps below is required to enable login/signup functionality

Wire Frame

wireframe image

App Images

App image App image App image App image

Libraries / Frameworks in use

  • React
  • React Router
  • SASS
  • Redux
  • Tested with Jest/Enzyme

Learning Goals

  • Implement Redux and Redux thunks
  • Use React router for dynamic multi page rendering
  • Redux testing
  • Async methods testing
  • Learning other fetching methods
  • Wireframing and Modular file structures