Skip to content

SkydropDroneDeliveries/skydrop_dashboard_frontend

Repository files navigation

skydrop_dashboard_frontend

Introduction

SkyDrop is an automated UAV delivery system designed for a specific apartment building. This system allows parcels to be delivered from the apartment gate/security room to the destination apartment balcony by a UAV.
The complete system consist of an autonomous UAV system and a dashboard to send commands to the UAV. This repository contains the implementation related to the frontend of the dashboard.

Technologies: React

This work is based on the work done by Brunner et al., 201912. In our project, we are trying to improve their work further more by considering the suggestions mentioned by them in their research paper along with our own ideas.

Setting up the local environment

The following tools and softwares should be installed in the local machine (If you haven't already installed when setting up the skydrop server project).

Instructions to clone and run the project on the local machine

Step 01: Create a folder to hold the backend and the frontend projects of SkyDrop (If you havent't already done this when setting up the skydrop server project)

mkdir ~/Skydrop

Step 02: Clone the project

cd ~/Skydrop
git clone [email protected]:SkydropDroneDeliveries/skydrop_dashboard_frontend.git

Step 03: Running the project

cd ~/Skydrop/skydrop_dashboard_frontend
npm install
npm run start

The frontend will start on port 3000 (http://localhost:3000).


license

Free React Admin Dashboard made with Material-UI components and React.

preview

Minimal Free Minimal
7 Demo pages 42+ demo pages
- ✓ Multi-language
- ✓ Dark/Light Mode 🌓
- More components
- ✓ TypeScript version
- ✓ Design files (Figma & Sketch)

Page demo

Getting started

  • Recommended node js 14+ and npm 6+
  • Install dependencies: npm install or yarn install
  • Start the server: npm run start or yarn start

License

Distributed under the MIT License. See LICENSE for more information.

Contact us

Email Us: [email protected]

Footnotes

  1. Research Paper of Brunner et al. work: Link to the research paper
    Brunner, G., Szebedy, B., Tanner, S. and Wattenhofer, R., 2019, June. The urban last mile problem: Autonomous drone delivery to your balcony. In 2019 international conference on unmanned aircraft systems (icuas) (pp. 1005-1012). IEEE.

  2. GitHub Repository of Brunner et al. work: Link to the repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published