financial-dashboard Tailwind Templates

Financial Dashboard

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.

Financial Dashboard

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.


Table of Contents


Features

  • Interactive UI: Built with Radix UI components and Tailwind CSS for responsiveness and customization.
  • Data Visualization: Integrated with recharts for creating dynamic charts and graphs.
  • Form Handling: Robust form management using react-hook-form and zod for schema validation.
  • Custom Animations: Smooth animations powered by tailwindcss-animate.
  • Reusable Components: Modular and reusable components for scalability.

Tech Stack


Installation

Prerequisites

Ensure you have the following installed:

  • Node.js >= 18.x
  • npm >= 8.x or Yarn >= 1.x

Steps

  1. Clone the repository:

    git clone https://github.com/razor-eng/financial-dashboard.git
    cd financial-dashboard
    
  2. Install dependencies:

    npm install
    # or
    yarn install
    

Usage

Development

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 in your browser to see the app.

Production

Build the app for production:

npm run build
# or
yarn build

Start the production server:

npm start
# or
yarn start

Scripts

Script Description
dev Starts the development server
build Builds the app for production
start Starts the production server
lint Runs linting using ESLint

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.


Acknowledgments


Contact

For questions or support, please reach out to [email protected].

Top categories

Loading Svelte Themes