Skip to content

Instantly share code, notes, and snippets.

@JoeVan21
Last active February 21, 2023 04:37
Show Gist options
  • Save JoeVan21/17f5bbae3eb2903176282c5e299f37d4 to your computer and use it in GitHub Desktop.
Save JoeVan21/17f5bbae3eb2903176282c5e299f37d4 to your computer and use it in GitHub Desktop.

Homework 5

Joseph Vanacore

Link to Codepen

Links to Part 1

Part 2 Link

Questions

5 similarities between the open-wc repo structure and your react / vue / angular structures

  • All structures use forms of nmp or yarn to run the application.
  • When looking in the source files, all the structures have sections designed for the HTML, CSS, and JS.
  • They all come equipped with templates/examples that must be deleted and filled in with our code.
  • The following structures used including the open-wc structure all use terminal functions and commands to make the code run. Errors will be displayed through Vircel
  • All the components require some type of package to be ran in order for the code to run correctly.

Was this easier, harder, or the same difficulty as exploring the frameworks?

  • After experimenting with the diffrent types of frameworks, I feel like creating our own by using the terminal functions and putting in our own code was more beneficial and more educational than just using a copy and paste template. Also some of the structures we used didnt work properly with my code and required a lot of editing where as if we use our own, we wont have to delete templates. Overall, creating our own was easier than taking a template (React, Vue, Angular)

Any concept, structure, terminology, etc that your struggling with and need additional guidance at the end of this homework / 1st 5 weeks (1/3 of course)

  • So far I am understanding most of the class up to this point. Sometimes I run into issues with the homeworks but I try my best and look at lecture notes. Some terminiology I get confused with is Vanella, and front/back end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment