mwhittet / wealth-management

Small wealth management tool

Home Page:https://mwhittet.github.io/wealth-management/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wealth management

Quick project using high order array methods and DOM manipulation

Project Specifications

  • Fetch random users from the randomuser.me API
  • Use forEach() to loop and output user/wealth
  • Use map() to double wealth
  • Use filter() to filter only millionaires
  • Use sort() to sort by wealth
  • Use reduce() to add all wealth

About

Small wealth management tool

https://mwhittet.github.io/wealth-management/


Languages

Language:JavaScript 51.6%Language:CSS 27.5%Language:HTML 20.9%