This project is a mobile application that calculates the total transportation cost for a journey, helping users to budget and choose the most cost-effective travel options. It integrates real-time fuel cost data based on the vehicle type selected and allows users to compare costs across different transportation modes.
To install and run the project locally, follow these steps:
- Clone the repository to your local machine.
- Install dependencies using
npm install
. - Run the application using
npm start
.
To use the transportation cost calculator:
- Select the vehicle type (e.g., car, bus, train).
- Enter the starting point and destination.
- Choose the preferred transportation mode.
- View the calculated total transportation cost.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.