Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.13 KB

FastRoute Frontend

A sleek and intuitive user interface that visualizes the fastest delivery route for a drone system, providing real-time insights for efficient and timely deliveries.

Technologies

Features

  • Board view
  • Clear route
  • Show the last 10 trips previously calculated
  • Improve Not Found page
  • Change board theme
  • Responsiveness: improve mobile view
  • I18n
  • Testing

Configuration

Use the recommended node version which is >=18.x

If you have nvm:

    nvm use

Install dependencies

    yarn

Copy env example

    cp .env.example .env

Running the Frontend

    yarn dev

To open the running local app navigate to http://localhost:3000