Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsronalds/deliveries-app
Thesis Mobile App for drivers to manage assigned orders and make deliveries by locating the destination using Google Maps
https://github.com/itsronalds/deliveries-app
expo google-maps react react-native
Last synced: 11 days ago
JSON representation
Thesis Mobile App for drivers to manage assigned orders and make deliveries by locating the destination using Google Maps
- Host: GitHub
- URL: https://github.com/itsronalds/deliveries-app
- Owner: itsronalds
- Created: 2022-07-17T19:27:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T18:53:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T15:45:24.978Z (2 months ago)
- Topics: expo, google-maps, react, react-native
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deliveries-app
Front-End Mobile App corresponding to my [URBE University](https://www.urbe.edu/index.jsp) Thesis called **Software for the Online Management of Road Transport Cargoes*** [React Native](https://reactnative.dev/)
* [Expo](https://docs.expo.dev/)
* [Google Maps API](https://developers.google.com/maps?hl=es-419)## Project information
Application for use by drivers to manage their assigned orders and reach the destination using Google Maps## Requirements
You must have:* Installed [node.js](https://nodejs.org/en/) and [yarn](https://classic.yarnpkg.com/en/) package manager on your machine
* Clone and run the [server](https://github.com/LancerR40/deliveries-back) first to continue## Clone
```$
https://github.com/LancerR40/deliveries-app.git
```## Install dependencies
```$
cd ./deliveries-app &&
yarn
```## Run project
```$
npx expo start
```