This project is a React application built with Vite that displays a dashboard with graphs and statistics about Rivalz clients. It provides real-time information on active clients, available resources, and geographical distribution.

- Real-time data visualization: Displays dynamic graphs and charts showcasing key metrics like active clients, available storage, and processing power.
- Geographical distribution: Shows a world map highlighting the concentration of Rivalz clients in different countries.
- Client statistics: Presents detailed statistics about clients, including total numbers and storage providers.
- Responsive design: Adapts to various screen sizes for optimal viewing on different devices.
- Fast and efficient: Leverages Vite's build tool for rapid development and optimized performance.
- React: JavaScript library for building user interfaces.
- Vite: Next-generation frontend build tool for faster development.
- @vitejs/plugin-react: Vite plugin for React with Babel for Fast Refresh. (or
@vitejs/plugin-react-swcif using SWC) - ESLint: Tool for identifying and reporting on patterns in JavaScript.
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd rivalz-client-dashboard- Install dependencies:
npm install
Usage Start the development server:
npm run devContributing Contributions are welcome! Please feel free to submit pull requests or open issues.