A modern financial dashboard application built with Next.js, React, Tailwind CSS, and other powerful tools. This project includes features such as data visualization, forms with validation, and customizable UI components.
recharts
for creating dynamic charts and graphs.react-hook-form
and zod
for schema validation.tailwindcss-animate
.clsx
for conditional class namestailwind-merge
for class mergingclass-variance-authority
for component variationsEnsure you have the following installed:
Clone the repository:
git clone https://github.com/razor-eng/financial-dashboard.git
cd financial-dashboard
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser to see the app.
Build the app for production:
npm run build
# or
yarn build
Start the production server:
npm start
# or
yarn start
Script | Description |
---|---|
dev |
Starts the development server |
build |
Builds the app for production |
start |
Starts the production server |
lint |
Runs linting using ESLint |
Contributions are welcome! Please fork the repository and submit a pull request.
For questions or support, please reach out to [email protected].