A modern, responsive network monitoring dashboard built with React, Tailwind CSS, and Recharts.
Before you begin, ensure you have installed:
Clone the repository:
git clone https://github.com/pangaribowo/network-dashboard-ui.git
cd network-dashboard
Install dependencies:
npm install
Start the development server:
npm start
To deploy to GitHub Pages:
homepage
field in package.json
with your GitHub usernamenpm run deploy
network-dashboard/
├── public/
│ └── index.html
├── src/
│ ├── components/
│ │ ├── ui/
│ │ │ ├── alert.jsx
│ │ │ ├── select.jsx
│ │ │ └── slider.jsx
│ │ └── NetworkDashboard.jsx
│ ├── lib/
│ │ └── utils.js
│ ├── App.js
│ ├── index.js
│ ├── index.css
│ └── reportWebVitals.js
├── .gitignore
├── LICENSE
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── README.md
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.