I remember the first day of learning Angular. It was similar to learning jQuery for the first time. Most of the complications you run into are related to learning the new syntax. Other than that, I liked learning Angular. Having everything broken down into multiple JavaScript and HTML files really helped me to learn more about specific functions and promises, and when/where it’s best to use them.
Theme Park Group Project
For this group project, we were tasked with creating an interactive map for the Magic Kingdom at Disney World. Overall, I feel like the project went fairly well.
One major thing we did that I believe made a huge impact on our project was our efficient and robust planning. Continue reading “Theme Park Group Project”
Firebase
For this assignment, we learned how to deploy a project using Firebase. Firebase allows you to have your data hosted and stored on the cloud, instead of having to have your own database directory in your project. Firebase also allows you to implement user login authentication, so a specific user could log in using either an email address, Google username, Facebook account, or a few other options, and be able to save changes that they made. For instance, in our Movie History assignment, a user could log in using their Google username, search for a certain movie, and save it to their movies list.