A real-time system monitoring dashboard built with React, TypeScript, and Tailwind CSS.
- Real-time system metrics monitoring
- Interactive charts and visualizations
- Alert system for critical events
- User authentication
- Responsive design
- Comprehensive test coverage
- React
- TypeScript
- Tailwind CSS
- Chart.js
- Jest & React Testing Library
- Clone the repository:
git clone https://github.com/Tanacca007/monitoring-dashboard.git
cd monitoring-dashboard- Install dependencies:
npm install- Start the development server:
npm start- Run tests:
npm test- Build for production:
npm run buildCreate a .env file in the root directory with the following variables:
REACT_APP_API_URL=your_api_url
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.