This application serves as a database for storing car related data, such as trips, expenses and so on. There is also the ability to display statistics to get a better view on what kind of costs are related to a car. It can be used for your private vehicles or even for some company related vehicles.
As for the most projects that I created, a console application is a good way to start, as it can be extended to syncing with a server. For now all data is only stored on the local hard drive.
-
Add different number plates with car maker/model.
-
Add data to a number plate.
Expenses, Trips, Costs for refueling
-
View the data above for each number plate.
-
Remove added number plates along with all saved information.
-
Show statistics for a sinlge number plate or all together.
-
Download the latest release.
-
The
RideDiary.exe
can be used directly.
-
Download the latest source code.
-
For compiling the executable, you need to install Visual Studio.
-
Make sure that you install the
.NET desktop development
. -
Open the project from the downloaded
source code
with theRideDiary.sln
file.