Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 743 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 743 Bytes

Make a customer database

Directions

In this homework, you will build a customer database using DOM manipulation with JavaScript. You will get the customer data via customers.js, an included JavaScript module, and format dates via a third-party library, Moment.js. You can also use other third-party libraries if you wish.

The customers were generated using RandomUser.me, and so they contain a lot of data. For our purposes, you will need their name, address, phone numbers, thumbnail, birthdate, and the date they became a customer, which is stored as registered in the data.

Layout

Your site should look like the following screenshot:

example screenshot