Skip to content

FMS Frontend is a repository containing the frontend code for the Fleet Management System (FMS) application. This project aims to provide a user-friendly interface for managing and tracking a fleet of vehicles.

License

Notifications You must be signed in to change notification settings

ajinsunny/fms-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FleetsVantage 🚗

We are in the process of migrating to FleetsVantage

GitHub license GitHub issues GitHub forks GitHub stars

FMS Frontend is a repository containing the frontend code for the Fleet Management System (FMS) application. This project aims to provide a user-friendly interface for managing and tracking a fleet of vehicles.

The app is LIVE HERE

Software Design Documentation ✍️ Still work in progress.

Table of Contents

Features

  • Dashboard for monitoring the status of the fleet
  • Vehicle management: add, edit, and delete vehicles
  • Driver management: add, edit, and delete drivers
  • Trip management: create, update, and delete trips
  • Real-time tracking of vehicles on a map
  • Responsive design for both desktop and mobile devices

Installation

To get started with the FMS Frontend, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ajinsunny/fms-frontend.git

  2. Navigate to the project directory:

    cd fms-frontend

  3. Install the required dependencies using yarn:

    yarn install

    If you have been using npm install, there will be a few additional steps the first time you use yarn instead.

    1. Install yarn if you don't already have it with npm install -g yarn
    2. Delete the node_modules folder
    3. Delete the package.lock file
    4. Run yarn install
  4. Start the development server:

    npm start

The application should now be running on http://localhost:3000.

Usage

To use the Fleet Management System, you'll need to create an account and log in. Once you're logged in, you can add vehicles, drivers, and trips. The dashboard will display an overview of the fleet, and you can view individual vehicle details by clicking on a vehicle.

Contributing

Contributions are welcome! To contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b <branch-name>.
  3. Make your changes and commit them: git commit -m '<commit-message>'.
  4. Push your changes to the branch: git push origin <branch-name>.
  5. Create a pull request on GitHub.

Please make sure your code follows the project's coding style and that all tests pass before submitting a pull request

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

FMS Frontend is a repository containing the frontend code for the Fleet Management System (FMS) application. This project aims to provide a user-friendly interface for managing and tracking a fleet of vehicles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published