Progress!

No title available
NASA
RMH

if i look back, i am lost
Today's Document

titsay
sheepfilms

Kiana Khansmith
Stranger Things
Monterey Bay Aquarium
Mike Driver

oozey mess

ellievsbear

roma★
will byers stan first human second
noise dept.
No title available
wallacepolsom

izzy's playlists!
Show & Tell
seen from Canada

seen from Libya

seen from Russia

seen from France

seen from Malaysia

seen from Netherlands

seen from Malaysia

seen from United States

seen from United Kingdom
seen from France
seen from Ireland

seen from United Kingdom

seen from Israel

seen from Poland
seen from France
seen from Colombia

seen from United States

seen from United States

seen from Singapore

seen from Netherlands
@booleanbabeee
Progress!
i want that
What came first?
This is me everytime I fix a bug.
Why are you lying
Thanks for carrying us guys
HOV Day2
Today we live coded a ToDo List application today in Vue.js. The learning objectives were as follows
Use multiple components
Render lists using v-for
Pass data to child components via props
$emit custom events to parent components
Use class binding to conditionally add CSS to an HTML element
Define computed properties on a component
You can view the project here https://github.com/molliegoforth818/HOV-day2-todo.
Can’t wait for our lab day tomorrow I have so many questions to ask. Harry Potter trivia app should be done tomorrow, and I’ll post it here!
Hands On Vue.js
Started a class on Vue.js and I'm really excited to keep learning. I like that there are a few more rules in Vue compared to React which is one thing I don't like about React because its kind of a free for all. I like having best practices in a language, I'm someone who really needs some rules.
My learning objectives for this course are:
- Gain an understanding of all parts of a Vue component and building a component tree
- Learn the different ways of managing state in a vue applications
- Learn techniques to make your code modular & reusable in the Vue ecosystem
- Learn to leverage the Vue router to create Single Page Applications(SPAs)
- Conform to Vue best practices as outlined by the Official Style Guide
-Build a portfolio by deploying all apps
I completed a practice exercise on code sandbox you can see here https://github.com/molliegoforth818/HOV-day1 where I learned how to
- Create a single file component
- Declare state in a component using data
- Dynamically render text in a template
- Define a method on a component and call it from the template
- Conditionally render parts of your template
- Dynamically bind to HTML attributes