- What is Vue.js?
- Player Score Counter
- Generate Simple App
- Add Bootswatch
- Up Button For Player 1
- Down Button For Player 1
- Up Button For Player 2
- Down Button For Player 2
- Todo App
- Generate Simple App
- Add Bootswatch
- Form to add todo
- Add todo to list when form submitted
- Show todos in a list on page
- Click a todo to mark it as done
- Delete button for todo
- Watch todos for changes and save to localStorage
- Load todos from localStorage on page load
- Reddit Client
- Generate App with Router
- Add Bootswatch
- fetch posts from reddit
- Add posts to page
- Make it look kind of like reddit!
- Add favorite button to post
- Add favorites page to show favorites
- Save favorites to localStorage
- Load favorites on page load
- Movie Search
- Generate App with Router
- Add Bootswatch
- Add form to search for movies by title
- fetch movies when form submitted
- Add movies to page
- Click movie to go to movie page
- Create movie route
- fetch single movie on movie page