Skip to content

lParraMediaCurrent/fe-pair-programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. Install the dependencies
    npm install
    
  2. Start the API
    npm run api
    
    This starts an API on port 8080.

Requirements

Your goal is to build a view that looks like this and it should:

  • Display a list of financial goals, including the bank account linked to each goal.
  • Display your net worth at the top. This is calculated by adding up the balance of all the bank accounts.
  • It should show "Not available" if the a goal has none-existing bank account.

Bonus:

  • Show a loading label while the API is being fetched.
  • Show a progress bar instead of % in the goal card.

Screenshot

You have access to an API with two endpoints:

  • /financialGoals
  • /bankAccounts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.7%
  • JavaScript 36.1%
  • CSS 7.2%