Skip to content

Instantly share code, notes, and snippets.

@EllieJellyBean
Created May 11, 2021 21:35
Show Gist options
  • Save EllieJellyBean/95973f86fae02209b5fc7a0d81b98d55 to your computer and use it in GitHub Desktop.
Save EllieJellyBean/95973f86fae02209b5fc7a0d81b98d55 to your computer and use it in GitHub Desktop.

An initial plan:

  • What components do you envision needing?

    • App Component
    • Movie Card Component
    • Movies Component
    • Form Component
  • Where will data be stored?

    • Initially mock data in their file(s), later APIs in separate API call file
  • How will information be passed around?

    • import/exports; props
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment