The Badass Dynamic Form
This course is all about dynamic forms and in this lesson, we'll go through what we will build.
The dynamic form of this vue.js course will have the following steps:
- Pick a Coffee plan
- Login or register
- Enter shipping details
- A summary page where you can add additional treats
- Confirm order
The course requires some markup and CSS that we have prepared beforehand, make sure you download the starting point.
You can run this command in your favorite terminal:
git clone --single-branch -b starting-point git@github.com:vueschool/dynamic-forms.git
Or download the starting-point branch directly from GitHub.