CPU Monitor is a simple application designed to monitor and display real-time CPU usage on your machine. It allows you to easily track the performance of your system and helps in identifying potential resource bottlenecks. Features
Monitor CPU usage in real-time. View CPU performance metrics in a clean and user-friendly interface. Easily track CPU load and performance over time.
Installation
To run the project locally, follow these steps: Prerequisites
Node.js (version 14 or higher) npm (Node Package Manager)
Steps
Clone the repository to your local machine:
git clone https://github.com/Forz70043/CPU_monitor.git
cd CPU_monitor
Install the required dependencies:
npm install
Run the application:
npm start
Open your browser and navigate to http://localhost:3000 to see the CPU monitor in action.
Usage
The application will start monitoring the CPU usage as soon as it's launched. The interface will display the current CPU load in percentage, updated in real time.
Contributing
Fork the repository. Create a new branch (git checkout -b feature-name). Make your changes and commit them (git commit -am 'Add feature'). Push to your fork (git push origin feature-name). Open a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details. Acknowledgements
Special thanks to all contributors and resources that helped in developing this project.