BloomFi is a modern financial platform interface built with React and Tailwind CSS. This project focuses on delivering a clean, responsive user experience for managing digital assets and exploring investment opportunities.
- Modern Dashboard: A streamlined view of financial metrics.
- Capital Management: Dedicated sections for capital tracking and investor relations.
- Utility-First Styling: Built entirely using Tailwind CSS for a highly performant and responsive UI.
- Component-Based Architecture: Modular React components for high maintainability.
- Frontend: React
- Styling: Tailwind CSS
- Build Tool: Vite
The project follows a modular component structure:
NavBar: Responsive navigation.MainView: Primary hero and dashboard summary.UsdBloom: Financial asset visualization.Capital: Detailed capital breakdown.Investors: Investor overview and data.Bottom: Footer and supplementary links.
- Node.js (v16 or higher recommended)
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/BloomFi.git
- Navigate to the project directory:
cd BloomFi - Install dependencies:
npm install
- Start the development server:
npm run dev