Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 903 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 903 Bytes

React-Netflix-Clone

Packages

Completed

  • install dependencies
  • create jumbotron component / container
  • create footer component / container
  • create accordian FAQ component / container
  • create opt in input component
  • create header component / container
  • add firebase database / seed database
  • create signup and signin forms and add firebase auth
  • add signin, signup, home, and browse pages
  • create helper to protect routes from unauthenticated users
  • create custom hooks to access content from firstore data collection
  • create custom hook to confirm user is authenticated

Work in Progress

  • add profile of users
  • add component to use on browse page

To Do

  • add card component
  • jest testing