sashankshukla / splash

2 stars 0 forks source link

User dashboard #19

Closed sashankshukla closed 1 year ago

sashankshukla commented 1 year ago

Features added this PR

  1. ProfileOverview.jsx - Name email , funds and just a general overview of the logged in user
  2. Toggle.jsx - Toggle between 2 commonly linked components
  3. PurchaseCard.jsx - Each card within a list of assets owned for user
  4. Pool.jsx - Progress card for pools user is part of These all cumulatively appear in BuyerDashboard and in turn SellerDashboard. All UI is using mock data as of now (static, no state, no server)
  5. Navbar - Uses react router, look in app and Navbar.jsx on how to add your own nav to the navbar. Things to build of this commit: Move localized styling into style modules/configs to use across the app. File Structure is somewhat good in this commit so a good one to model of of.