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«
- Host: GitHub
- URL: https://github.com/jonaskuske/airlivery
- Owner: jonaskuske
- Created: 2018-06-10T12:08:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T08:33:03.000Z (12 months ago)
- Last Synced: 2025-06-24T09:42:17.701Z (12 months ago)
- Topics: javascript, pwa, react
- Language: JavaScript
- Homepage: https://jonaskuske.github.io/airlivery
- Size: 6.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```