An open API service indexing awesome lists of open source software.

https://github.com/jonaskuske/airlivery

📦 React webapp for fictional drone delivery service »airlivery«
https://github.com/jonaskuske/airlivery

javascript pwa react

Last synced: about 1 month ago
JSON representation

📦 React webapp for fictional drone delivery service »airlivery«

Awesome Lists containing this project

README

          

# airlivery 🛩

> Drone deliveries. Simple. Fast. Reliable.

A React web app for a fictional drone delivery service.
This prototype runs entirely on the client side; it is a simulation with no backend. (as of now)

Work in progress.

 

Scaffolded with create-react-app - controlled using the default commands:

```bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build

# test the project
npm test
```