Skip to content

FCL00/REACT-ADMIN

Repository files navigation

React Admin Dashboard

A simple React project with Recharts and Tailwind CSS.

Table of Contents

Introduction

This project is a React application that uses Recharts for data visualization and Tailwind CSS for styling. It includes a LineChart component, responsive layout, and a sample data visualization example.

Features

  • React
  • Responsive layout with Tailwind CSS
  • LineChart component using Recharts
  • Sample data visualization example

Getting Started

Prerequisites

  • Node.js installed
  • npm or yarn installed

Installation

  1. Clone the repository:

    git clone <repository-url>
    
  2. Install dependencies:

    npm install
    

Usage

  1. Run the development server:

        npm run dev
  2. Open the project in your web browser at http://localhost:3000.

Contributing

Feel free to contribute by submitting issues or pull requests.

License

This project is licensed under the MIT License.