Build A Simple Cryptocurrency Portfolio Manager App | Frontend Coding Challenge | JavaScript Interview Question | React.js | HTML
@Devtools Tech
In this question you need to build a simple cryptocurrency portfolio manager app based on the following specifications.
Specifications
- Show a Loading State initially
- Fetch and Show Cryptocurrencies data from remote API
- List of Top 100 Cryptocurrencies using Coinmarketcap API or our API (Data would be outdated).
- Two cards at the top showing current portfolio and total no. of invested/bought coins.
- Ability to update holdings. On submission, update the total portfolio value and no. of coins bought.
- Updated Portfolio
Feel free to add more functionality or enhance UI as you see fit.
Demo
Submission
Please start the timer before starting and finish your solution within 90 mins. Post your solution on Github and share it with us on Twitter or LinkedIn.
React
React
HTML/CSS/JavaScript