Skip to content

safdaraliniazi/Vehicle-Stoppage-Identification-and-Visualization

Repository files navigation

GPS Tracking Map

This project is a GPS tracking map that visualizes stoppage points along a path. It utilizes React with React Leaflet for mapping functionalities and displays stoppage points along with relevant information such as stoppage time, reach time, and leave time. The project is built using Vite for fast development and building

Features

  • Displays a map with a path representing GPS coordinates.
  • Shows stoppage points along the path with markers.
  • Allows users to click on markers to view detailed information about each stoppage point.
  • Provides a threshold input to filter stoppage points based on stoppage time.

Installation

  1. Clone the repository:
git clone https://github.com/safdaraliniazi/Vehicle-Stoppage-Identification-and-Visualization
  1. Navigate to the project directory::
cd <project-directory>
  1. Install dependencies:
npm run dev

Technologies Used

  • React
  • React Leaflet
  • Leaflet
  • Font Awesome
  • Vite

Project Structure

  • The public/ directory contains public assets such as images or static files.
  • The src/ directory contains the source code of the project.
    • The components/ directory contains React components.
    • The utils/ directory contains utility functions.
    • The App.js file is the main component of the application.
    • The index.js file is the entry point of the application.
  • The README.md file is the project README.
  • The LICENSE file contains the project license information.

License

This project is licensed under the MIT License.

Links and Deployment

🚀 Deployed with Vercel

Deployed with Vercel

Author

Releases

No releases published

Packages

No packages published