/PixelVision

Pixel Vision Assignment

Primary LanguageJavaScript

Assignment for Pixel Vision

The task was to make simple login screen and an API for NodeODM This repository includes frontend for NodeODM APIs https://github.com/OpenDroneMap/NodeODM/blob/master/docs/index.adoc

Steps to Run

At first try runnning docker Image of NodeODM details here https://github.com/OpenDroneMap/NodeODM/. For frontned just do follow the sequence of commands given below. Make sure node and npm are installed to latest version in the system to avoid troubleshooting.

git clone https://github.com/JPRMohnish/PixelVision.git
cd PixelVision
npm install 
npm start

Details

Login Screen with Error Handling!

  • Simple Login Screen with password fail error

Screenshot 2021-09-05 at 6 07 33 PM

  • Login Video and Moving to Next screen.
Screen.Recording.2021-09-05.at.6.08.47.PM.mov

Task and System Info Details

  • Table with Info of The System with details
  • Tree with list of all Tasks
  • Each Task when clicked fetches its details from backend and displays information on a card.!

Screenshot 2021-09-05 at 6 12 46 PM