A high-performance, aesthetically pleasing web application that provides deep-dive analytics into your PC's hardware specifications.
- Deep Hardware Scan: Utilizes a custom Node.js backend to retrieve low-level system details often inaccessible to standard browser APIs.
- Real-Time Display Analytics: Detailed breakdown of monitors, including pixel depth, refresh rates, and exact physical dimensions.
- Memory Visualization: Visual representation of RAM modules, including clock speeds, manufacturer data, and bank slots.
- Premium UI: A modern, glassmorphic interface designed with
Outfittypography, neon accents, and smooth animations. - Dark Mode Native: Built from the ground up for a comfortable, high-contrast dark mode experience.
- Frontend: React.js (Vite), CSS3 (Variables, Flexbox/Grid), Lucide React (Icons)
- Backend: Node.js, Express.js
- System Details:
systeminformationlibrary
Follow these instructions to get a local copy of the project up and running.
- Node.js (v16 or higher)
- npm (v7 or higher)
-
Clone the repository
git clone https://github.com/johnwikcke/System-Intelligence-Web-App.git cd System-Intelligence-Web-App -
Install dependencies This project uses a concurrent setup. Install dependencies for both the root (server) and the client:
npm run install-all
Alternatively, you can install them manually:
npm install cd client npm install
To start both the backend server and the frontend client simultaneously:
npm start- The Backend API will run on
http://localhost:3001 - The Frontend App will launch at
http://localhost:5173
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
See CONTRIBUTING.md for detailed information on how to contribute.
Distributed under the MIT License. See LICENSE for more information.
Built with ❤️ for PC Enthusiasts
