This is an nx based single page application which visualises data about actively exploited vulnerabilities from CISA.
- Nx monorepo with well separated libraries 📚
- Angular 18+ with standalone components and signals 🚦
- The application uses zoneless change detection 🕵️
- Angular material 🎨
- For charting ngx-charts 📈
- Express.js based server 🧑🔧
Local setup:
npm install
npm run dev
Run the test
npm test