This project is built on the Vite build with a React TSX template. It uses the recharts library and the os library of Node.js to generate real-time system monitoring graphs where you can check your memory and CPU consumption. It uses WebSocket for real-time changes.
- Real-time system monitoring
- Memory and CPU consumption graphs
- Built with Vite and React TSX
- Uses WebSocket for real-time updates

Follow these steps to clone and run the project:
- Node.js installed on your machine
- npm or yarn package manager
-
Clone the repository:
git clone https://github.com/Vaibhavkulshrestha12/Monitering-Dashboard.git
-
Navigate to the project directory:
cd Monitering-Dashboard -
Install dependencies:
Using npm:
npm install
Using yarn:
yarn install
-
Start the development server:
Using npm:
npm run dev
Using yarn:
yarn dev
-
Open your browser and navigate to:
http://localhost:3000 -
Start the backend server in another terminal:
node server/index.js
Damn these licenses do whatever you want to do with this !