priyanshusingh302 / enview-frontend-task

Single-page application designed to allow users to view alerts generated by a model and interact with them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Alert Viewer Application

This repository contains a single-page application designed to allow users to view alerts generated by a model and interact with them. The application provides functionalities to search for alerts based on free text, vehicle number, and date range. Additionally, users can mark alerts as false alarms if they believe the model's inference is incorrect.

Features

  • Display alerts with details as per the provided layout.
  • Search alerts by free text, vehicle number, and date range.
  • Mark alerts as false alarms.

Technologies Used

  • JavaScript
  • React JS
  • HTML
  • CSS

Installation process

  1. clone the repo using this command

    git clone https://github.com/priyanshusingh302/enview-frontend-task.git
  2. install npm packages

    1. Install frontend packages
    npm install
    1. Start devlopment server
    npm start

About

Single-page application designed to allow users to view alerts generated by a model and interact with them


Languages

Language:JavaScript 89.8%Language:HTML 8.3%Language:CSS 2.0%