Skip to content

A simple web page that displays information about system internals using 8+ REST APIs or system APIs. The backend is an easy to understand flask code that fetches real time data and displays it on the web along with progress bars for info like CPU usage, Disk storage etc that actually update while the application is running on the local system.

Notifications You must be signed in to change notification settings

KynaPradeep/Net-Ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Net-Ninja 🧠

A simple API-based project using Flask that creates a user-friendly web interface to display system/network information.

πŸ”§ Tech Stack

  • Backend: Python + Flask
  • Frontend: HTML/CSS
  • APIs: Custom endpoints built using Flask

πŸš€ How to Run

  1. Clone the repo: https://github.com/KynaPradeep/Net-Ninja.git cd Net-Ninja

  2. Install dependencies: pip install flask

  3. Run the app: python backend.py

  4. Open your browser at: http://127.0.0.1:5000/dashboard

✨ Features

  • Displays system/network stats via APIs
  • Clean, minimal frontend
  • Lightweight Flask app

πŸ“„ License

MIT

About

A simple web page that displays information about system internals using 8+ REST APIs or system APIs. The backend is an easy to understand flask code that fetches real time data and displays it on the web along with progress bars for info like CPU usage, Disk storage etc that actually update while the application is running on the local system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published