A modern, responsive financial dashboard built with Next.js and Tailwind CSS.
Clone the repository: ```bash git clone https://github.com/yourusername/fintech-dashboard.git cd fintech-dashboard ```
Install dependencies: ```bash npm install
yarn install ```
Run the development server: ```bash npm run dev
yarn dev ```
Open http://localhost:3000 in your browser to see the application.
``` fintech-dashboard/ āāā app/ # Next.js App Router ā āāā api/ # API routes ā āāā (routes)/ # Application routes ā āāā layout.tsx # Root layout ā āāā page.tsx # Home page āāā components/ # React components ā āāā dashboard/ # Dashboard-specific components ā āāā layout/ # Layout components ā āāā modals/ # Modal components ā āāā skeletons/ # Loading skeleton components ā āāā ui/ # UI components āāā hooks/ # Custom React hooks āāā lib/ # Utility functions and data āāā public/ # Static assets āāā styles/ # Global styles āāā types/ # TypeScript type definitions ```
The dashboard supports both light and dark modes. The theme can be toggled using the theme switcher in the header.
app
directorycomponents/layout/sidebar.tsx
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.