Skip to content

javida1492/cryptodash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Dashboard

Live Demo

Tech Stack

Settings Page with Intro greeting

  • Greeting the user on first visit, asking them to choose their favorites
  • Providing a default 5 coins as favorites (unless otherwise changed) & a complete list of all coins
  • Searching for coins with fuzzy search
  • Hovering and Selecting coins
  • Adding/Removing coins on the list of favorites
  • Disabling out chosen coins
  • Confirm Favorite Coin
  • Remembers those values for the user
  • Generates dashboard prices & historical data

Dashboard

  • Data initializes from remembered favorites, or forwards to Settings page
  • Displays 5 major Cards for first 5 favorites and compact Cards for next 5
  • Renders a line chart for the 10 historical points on current favorite symbol
  • Select coins changes and re-fetch data, remembers current favorite
  • Select to render historical points on Date: Days Weeks Months
  • Display name and image of coin next to chart

Dashboard Settings