Skip to content

AmanBhanse/dashboard-react-syncfusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard React Syncfusion

Project License

A dashboard application built using React and Syncfusion, showcasing an interactive and customizable interface for data visualization and management.

Project demo

Click below to watch demo video

Punk NFT Store

Features

  • Dynamic Components: Built with reusable and maintainable components using React.
  • Data Visualization: Utilizes Syncfusion components like charts, grids, and maps.
  • Responsive Design: Fully responsive design for various devices.
  • Customization: User-friendly and customizable widgets.
  • Performance Optimized: Efficient rendering and state management using React best practices.

Installation

Follow the steps below to get a local copy of the project up and running.

Prerequisites

  • Node.js (v16.x or above)
  • npm or yarn

Setup

  1. Clone the repository:

    git clone https://github.com/AmanBhanse/dashboard-react-syncfusion.git
    cd dashboard-react-syncfusion
  2. Install dependencies:

    npm install
    # Or if you use yarn
    yarn install
  3. Start the development server:

    npm start
    # Or if you use yarn
    yarn start
  4. Open your browser and navigate to:

    http://localhost:3000

Technologies Used

  • React.js: Frontend library for building the user interface.
  • Syncfusion: Components library for high-performance UI.
  • CSS/SCSS: For styling.

Folder Structure

src/
├── components/        # Reusable components
├── pages/             # Individual pages
├── assets/            # Images and other static assets
├── utils/             # Utility functions
└── App.js             # Main application file

Contributing

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

  • Fork the project.
  • Create a new branch (feature/your-feature-name).
  • Commit your changes (git commit -m 'Add feature X').
  • Push to the branch (git push origin feature/your-feature-name).
  • Open a pull request.

Contact

Aman Bhanse - LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors