Skip to content

Repository files navigation

Sample Dashboard

A modern dashboard application built with React, Vite, and TailwindCSS.

alt text

Features

  • Modern and responsive dashboard interface
  • Built with React 19
  • Data visualization using Recharts
  • Styled with TailwindCSS
  • Icons provided by Lucide React

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (latest LTS version recommended)
  • npm or yarn package manager

Installation

  1. Clone the repository:
git clone https://github.com/vitorluzz/sample-dashboard.git
cd sample-dashboard
  1. Install dependencies:
npm install
# or using yarn
yarn

Development

To start the development server:

npm run dev
# or using yarn
yarn dev

The application will be available at http://localhost:5173

Building for Production

To create a production build:

npm run build
# or using yarn
yarn build

To preview the production build:

npm run preview
# or using yarn
yarn preview

Scripts

  • dev - Start development server
  • build - Create production build
  • preview - Preview production build
  • lint - Run ESLint to check code quality

Technologies

  • 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

License

This project is licensed under the terms of the license found in the LICENSE file.

Author

vitorluzz

About

A simple example project of a dashboard area.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages