# fs-tracer-frontend This repository contains the frontend for the fs-tracer project, providing a user interface to view and manage file system modifications tracked by the eBPF agent. ## Overview The frontend is built using React and TypeScript, offering a responsive and intuitive user experience. It interacts with the backend services via RESTful APIs to display recent file changes, allow searches, and manage file versions. ## Running ```bash npm run dev ``` Related: - https://github.com/baitinq/fs-tracer - https://github.com/baitinq/fs-tracer-backend