Skip to content

Ellebkey/device-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Management Application (NinjaOne)

A React-based web application for managing devices including creation, editing, deletion, filtering, and sorting capabilities.

Prerequisites

Getting Started

  1. Clone the repository:
git clone [repository-url]
cd device-management-app
  1. Install dependencies:
npm install
  1. Configure api:
  1. Start the development server:
npm start

The application should now be running at http://localhost:3001

Scripts

  • npm start: Runs the app in development mode
  • npm test: Launches the test runner
  • npm run build: Builds the app for production
  • npm run eject: Ejects from Create React App

Project Structure

src/
├── components/    # React components
├── context/       # Context providers
├── providers/     # API and service providers
public/
└── assets/        # Static assets

Features

  • Device Management (Create, Read, Update, Delete)
  • Search and Filter Capabilities
  • Sorting Options
  • Real-time Updates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors