An open API service indexing awesome lists of open source software.

https://github.com/naseemkhandev/react-admin-dashboard

A Fully Responsive React Admin Dashboard design with real time data changing graphs and charts
https://github.com/naseemkhandev/react-admin-dashboard

admin-dashboard admin-dashboard-ui admin-panel admindashboard charts graphs react reactadmin reactadminpanel reactjs reacttailwind recharts recharts-js tailwindcss

Last synced: about 2 months ago
JSON representation

A Fully Responsive React Admin Dashboard design with real time data changing graphs and charts

Awesome Lists containing this project

README

          

# React Admin Dashboard

## Instructions

## Prerequisites

Make sure you have [Node.js](https://nodejs.org/en) and [Yarn](https://yarnpkg.com/) installed on your machine.

## Installation

Clone the repository:

```bash
git clone https://github.com/NaseemKhan005/react-admin-dashboard.git
```

Change into the project directory:

`cd react-admin-dashboard`

Install dependencies:

`yarn install`

# Running the Project

To start the development server, run:

`yarn dev`

This will start the development server. Open your browser and visit http://localhost:5173 to view the application.

# Building the Project

To start the development server, run:

`yarn build`

# Linting

To lint the code, run:

`yarn lint`

# Previewing the Build

To preview the production build, run:

`yarn preview`

# Dependencies

Below are some key dependencies used in this project:

- react
- react-dom
- react-router-dom
- recharts
- react-multi-date-picker
- react-dnd
- react-dnd-html5-backend
- react-icons

# Dev Dependencies

Some key development dependencies include:

- eslint
- tailwindcss
- vite