Skip to content

afuentes11/checkout-page-devChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkout Page

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

css3 css3

The project consists of the creation of a responsive checkout page for an online shop. The original design was provided by Devchallenges in the challenge.

The page can be viewed at the following link. If you liked the project, give me a star ⭐.

The development of the website was a challenge, despite being a simple form, due to the multiple functionalities it required, such as the implementation of modals, form validation and allowing to be able to vary the quantity of each product. For the functionality I used JQUERY, in order to get to know the library and be able to extend my development stack.

Built With

css3 html5 javascript

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

  • User story: I can see a page following the given design
  • User story: I can input email, phone, full name, address, city, country, and postal code
  • User story: I can input the number of items
  • User story: I can select at least 3 countries from the dropdown
  • User story: When I click submit button or press enter, I can see a warning if validation fails
  • User story: When I click submit button or press enter, I can see a successful alert if validation succeeds

Contact