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
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
- Simple Login Screen with password fail error
- Login Video and Moving to Next screen.
Screen.Recording.2021-09-05.at.6.08.47.PM.mov
- 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.!