项目作者: thinkverse
项目描述 :
Checkout Challenge from devchallenge.io
高级语言: JavaScript
项目地址: git://github.com/thinkverse/checkout-challenge.git
Checkout Challenge
Checkout Challenge from DevChallenges.io
Challenge
Create a checkout page following the design. You don’t need to use JS in this challenge but use correct input types and validation. Don’t look at the existing solution. Fulfill user stories below
User story
- I can see a page following the given design.
- I can input email, phone, full name, address, city, country, and postal code.
- I can input the number of items.
- I can select at least 3 countries from the dropdown.
- When I click submit button or press enter, I can see a warning if validation fails
. - When I click submit button or press enter, I can see a successful alert if validation succeeds.
More challenges
You can find links to all my other challenges in this repository.