A modern dashboard application built with React, Vite, and TailwindCSS.
- Modern and responsive dashboard interface
- Built with React 19
- Data visualization using Recharts
- Styled with TailwindCSS
- Icons provided by Lucide React
Before you begin, ensure you have met the following requirements:
- Node.js (latest LTS version recommended)
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/vitorluzz/sample-dashboard.git
cd sample-dashboard- Install dependencies:
npm install
# or using yarn
yarnTo start the development server:
npm run dev
# or using yarn
yarn devThe application will be available at http://localhost:5173
To create a production build:
npm run build
# or using yarn
yarn buildTo preview the production build:
npm run preview
# or using yarn
yarn previewdev- Start development serverbuild- Create production buildpreview- Preview production buildlint- Run ESLint to check code quality
- React - A JavaScript library for building user interfaces
- Vite - Next Generation Frontend Tooling
- TailwindCSS - A utility-first CSS framework
- Recharts - A composable charting library for React
- Lucide React - Beautiful & consistent icons
This project is licensed under the terms of the license found in the LICENSE file.
