Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

Tracktor is an open-source web application for comprehensive vehicle management. Easily track fuel consumption, maintenance, insurance, and regulatory documents for all your vehicles in one place.

<p align="center">
<img src="app/docs/public/screenshots/dashboard.png" alt="Dashboard" width="90%" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">
</p>

## Features

- **Vehicle Management:** Add, edit, and manage multiple vehicles.
Expand All @@ -14,6 +18,33 @@ Tracktor is an open-source web application for comprehensive vehicle management.
- **Dashboard:** Visualize key metrics and upcoming renewals.
- **User Authentication:** Secure access to your data.

## Screenshots

<p align="center">
<h3>Login Page</h3><br>
<img src="app/docs/public/screenshots/login.png" alt="Login Page" width="90%" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">
</p>
<p align="center">
<h3>Charts</h3><br>
<img src="app/docs/public/screenshots/charts.png" alt="Charts" width="90%" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">
</p>
<p align="center">
<h3>Fuel Log</h3><br>
<img src="app/docs/public/screenshots/fuel.png" alt="Fuel Log" width="90%" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">
</p>
<p align="center">
<h3>Maintenance Log</h3><br>
<img src="app/docs/public/screenshots/maintenance.png" alt="Maintenance Log" width="90%" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">
</p>
<p align="center">
<h3>Insurance Details</h3><br>
<img src="app/docs/public/screenshots/insurance.png" alt="Insurance Details" width="90%" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">
</p>
<p align="center">
<h3>PUCC Details</h3><br>
<img src="app/docs/public/screenshots/pucc.png" alt="PUCC Details" width="90%" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">
</p>

## Tech Stack

- **Frontend:** SvelteKit, Tailwind CSS
Expand Down
4 changes: 3 additions & 1 deletion app/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ features:
- icon: 🔑
title: User Authentication
details: Secure access to your data.
---
---

<img src="/screenshots/dashboard.png" alt="Dashboard" style="margin-top: 24px; border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">
30 changes: 30 additions & 0 deletions app/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,36 @@ At its core, Tracktor is a centralized dashboard for all your vehicle-related in
* **Maintenance Tracking:** Record service history, schedule upcoming maintenance, and receive reminders (future enhancement).
* **Insurance & Pollution Certificate Management:** Store policy details, upload documents, and get renewal/expiration alerts (future enhancement).

## Screenshots

### Login Page

<img src="/screenshots/login.png" alt="Login Page" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">

### Dashboard

<img src="/screenshots/dashboard.png" alt="Dashboard" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">

### Charts

<img src="/screenshots/charts.png" alt="Charts" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">

### Fuel Log

<img src="/screenshots/fuel.png" alt="Fuel Log" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">

### Maintenance Log

<img src="/screenshots/maintenance.png" alt="Maintenance Log" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">

### Insurance Details

<img src="/screenshots/insurance.png" alt="Insurance Details" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">

### PUCC Details

<img src="/screenshots/pucc.png" alt="PUCC Details" style="border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);">

## Non-Functional Strengths

Tracktor is designed for:
Expand Down
Binary file added app/docs/public/screenshots/charts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/docs/public/screenshots/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/docs/public/screenshots/fuel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/docs/public/screenshots/insurance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/docs/public/screenshots/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/docs/public/screenshots/maintenance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/docs/public/screenshots/pucc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading