A TypeScript-based React application for managing agents.
https://www.loom.com/share/84ba8229dff842488e1d915016fc5682?sid=241ff0c1-490b-4121-b1cc-6f093e0cb6aa
The following features are implemented in 90 minutes:
- Display a list of agents with details. (name, email, status, last seen)
- Add new agents with name, email and status. (with validation)
- Edit existing agent
- Delete existing agent
- Persistent storage using localStorage
- TypeScript for type safety
- Search and filter agents by name or email
- Responsive design
- React
- TypeScript
- TailwindCSS
- Vite
- Clone the repository
git clone https://github.com/cryptodev523/agent-admin.git- Run
npm install - Run
npm start
The application will be running on http://localhost:5173




