Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsronalds/deliveries-dashboard
Thesis Dashboard Front-End to manage drivers, vehicles and shipments. And monitor shipments using Google Maps
https://github.com/itsronalds/deliveries-dashboard
dashboard google-maps react tailwindcss
Last synced: 11 days ago
JSON representation
Thesis Dashboard Front-End to manage drivers, vehicles and shipments. And monitor shipments using Google Maps
- Host: GitHub
- URL: https://github.com/itsronalds/deliveries-dashboard
- Owner: itsronalds
- Created: 2022-06-22T00:01:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T16:17:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T15:45:25.063Z (2 months ago)
- Topics: dashboard, google-maps, react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deliveries-dashboard
Dashboard Front-End corresponding to my [URBE University](https://www.urbe.edu/index.jsp) Thesis called **Software for the Online Management of Road Transport Cargoes*** [React](https://es.reactjs.org/)
* [Tailwind CSS](https://tailwindcss.com/)
* [Google Maps API](https://developers.google.com/maps?hl=es-419)## Table of contents
* [Project information](#project-information)
* [Requirements](#requirements)
* [Clone project](#clone)
* [Install dependencies](#install-dependencies)
* [Run project](#run-project)## Project information
This project allows administrators to manage shipments, add drivers, vehicles and documents to assign shipments and monitor them from the Google Maps API
![img-5](https://user-images.githubusercontent.com/77751686/216611997-d9babce6-2408-4452-b1ed-a57ed93d26a6.png)
Search Drivers by Name or Unique Code
![img-4](https://user-images.githubusercontent.com/77751686/216613337-39515392-b7e1-4fda-b81f-5b86d5715977.png)
Assign Shipments
![img-7](https://user-images.githubusercontent.com/77751686/216613724-e7ecd6da-a000-4f40-a06a-14e549536704.png)
Admin Login
## 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-dashboard.git
```## Install dependencies
```$
cd ./deliveries-dashboard &&
yarn
```## Run project
```$
yarn start
```