ProfileOverview.jsx - Name email , funds and just a general overview of the logged in user
Toggle.jsx - Toggle between 2 commonly linked components
PurchaseCard.jsx - Each card within a list of assets owned for user
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)
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.
Features added this PR