Skip to content

Frontend/dashboard#56

Closed
KingFRANKHOOD wants to merge 3 commits intoBudgetChain:mainfrom
KingFRANKHOOD:frontend/dashboard
Closed

Frontend/dashboard#56
KingFRANKHOOD wants to merge 3 commits intoBudgetChain:mainfrom
KingFRANKHOOD:frontend/dashboard

Conversation

@KingFRANKHOOD
Copy link
Copy Markdown
Contributor

@KingFRANKHOOD KingFRANKHOOD commented Mar 26, 2025

FE: Implement Dashboard Overview with Financial Analytics #6

Issue requirements

Develop the main dashboard view as per "Desktop 8" specifications. This view should provide a comprehensive overview of financial data and analytics, offering interactive charts and a responsive layout.

Closes #6

Details HERE

What this PR does;

  • The dashboard view is aligned with Desktop 8 design requirements.
  • All components (sidebar, header, financial cards, charts, pending appeal section, and table) are implemented and functional.
  • The page is responsive and handles real-time data updates seamlessly.
  • An interactive chart for AI analysis and a pie chart for DAO funds allocation are correctly integrated.
  • Imported coingecko API to get real time data of STARK token and implemented it on the transaction table

Dependencies installed

Shadcn

INSTALLATION

npm install -D @shadcn/ui

Initialize and select New york style

npx shadcn init

Install the following components:

npx shadcn@latest add card button sheet input dropdown-menu input table

React chart

npm install rechart

Tanstack

npm install tanstack

Font

npm install @fontsource/montserrat

@anonfedora
Copy link
Copy Markdown
Contributor

Screenshot_20250327_132959
run npm run build locally before pushing new changes, please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FE: Implement Dashboard Overview with Financial Analytics

3 participants