Skip to content

cryptodev523/agent-admin

Repository files navigation

Agent Admin Dashboard

A TypeScript-based React application for managing agents.

Screenshots

Add Agent

add-agent-form

Agent List

agent-list-desktop

Edit Agent

edit-agent

Search & Filter

filter

Mobile Responsive

mobile-responsive

Demo Video

https://www.loom.com/share/84ba8229dff842488e1d915016fc5682?sid=241ff0c1-490b-4121-b1cc-6f093e0cb6aa

Features

The following features are implemented in 90 minutes:

Must-Have Features

  • 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

Nice-To-Have Features

  • Search and filter agents by name or email
  • Responsive design

Technology Stack

  • React
  • TypeScript
  • TailwindCSS
  • Vite

How to run the application

  1. Clone the repository
git clone https://github.com/cryptodev523/agent-admin.git
  1. Run npm install
  2. Run npm start

The application will be running on http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors