Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Vue.js Basics!
You have completed Vue.js Basics!
Preview
Let's outline how to accomplish this project, and review how to loop through and display data.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
To get started,
we'll look at the finish project and
0:00
roughly plan what we need to accomplish.
0:00
Here is the app we will be building
in this part of the course.
0:02
The user create Flashcards
by providing information
0:05
about what should be on the front and
the back of the cards.
0:08
A new card is created when user
clicks the button or presses Enter.
0:11
The user can flip the cards back and
forth as well as delete the cards.
0:15
If the user clicks Add a New Card or
presses Enter while one or
0:22
both input fields are blank,
they get an error message.
0:26
We're starting off with an index.html,
app.js, and styles.css file.
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up