This app uses React + Typescript + Vite to build the log monitoring system.
- Log monitoring
- Responsive UI built with React and Vite
- TypeScript for type safety
git clone https://github.com/rahulsaps29/log-monitoring-app.git
cd log-monitoring-app
npm installnpm run devOpen http://localhost:5173 to view it in your browser.
- Green blocks : Task which completed before 5 mins
- Yellow blocks : Task which completed after 5 mins and before 10 mins
- Red blocks : Task which took more that 10 mins
- Unmatched events : Task which started but never completed
