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

https://github.com/libercosoft/transport_system_client

A drag and drop transportation system.
https://github.com/libercosoft/transport_system_client

Last synced: 12 months ago
JSON representation

A drag and drop transportation system.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Transportation System ](#-transportation-system-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Install \& Setup](#install--setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🙏 Acknowledgments ](#-acknowledgments-)

# 📖 Transportation System

**Transportation system** is a transportation Queue. On the left is a table with the list of delivery for customers, showing customer ID, Customer Name, Pick Up location, Drop off Location, on the right is a planner, showing Date, Slot 1 , Slot 2, Slot 3, Slot 4, the planner shows 7 days after the current date. So, the logistic company can drag customers from the Logistic Queue to the planner for each slot and it is saved to the database.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Add a new delivery task**
- **Delete a delivery task**
- **Drag and drop a delivery task in a slot on the planner table**
- **Revert a dropped delivery task on any slot**
- **Delete a dropped delivery task on any slot**

(back to top)

## 🚀 Live Demo

[Live Demo Link](https://transportation-queue-system.netlify.app)

(back to top)

## 💻 Getting Started

> To start and run this project
```
npm install
```
```
npm run dev
```
```
visit http://localhost:5173
```
To get a local copy up and running, follow these steps.

### Prerequisites

- IDE / Editor
- Git
- NodeJS

### Install & Setup

To setup and install this sample ROR Blog project, follow the below steps:
- Clone this project by the command:

```
$ git clone https://github.com/LIBERCOSOFT/transport_system_client.git
```

- Then switch to the project folder by the below query:

```
$ cd transport_system_client
```

- Install npm dependencies with the command below:
```
$ npm install
```

- Start the Vite development server with the command below:
```
$ npm run dev
```

(back to top)

## 👥 Authors

👤 **Kolapo Precious Akinrinlola**

- GitHub: [LIBERCOSOFT](https://github.com/LIBERCOSOFT)
- Twitter: [@Gerfieldt](https://twitter.com/Gerfieldt)
- LinkedIn: [Kolapo Akinrinlola](https://linkedin.com/in/kolapo-akinrinlola)

## 🔭 Future Features
- [ ] **Implement a more responsive UI**
- [ ] **Implement the drag and drop for mobile**

(back to top)

## 🙏 Acknowledgments

- [Yiponline](https://www.yiponline.com/)

(back to top)