diff --git a/README.md b/README.md index 95fa1246..98da5a03 100644 --- a/README.md +++ b/README.md @@ -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. +

+ Dashboard +

+ ## Features - **Vehicle Management:** Add, edit, and manage multiple vehicles. @@ -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 + +

+

Login Page


+ Login Page +

+

+

Charts


+ Charts +

+

+

Fuel Log


+ Fuel Log +

+

+

Maintenance Log


+ Maintenance Log +

+

+

Insurance Details


+ Insurance Details +

+

+

PUCC Details


+ PUCC Details +

+ ## Tech Stack - **Frontend:** SvelteKit, Tailwind CSS diff --git a/app/docs/index.md b/app/docs/index.md index 50acfa43..5ae1e404 100644 --- a/app/docs/index.md +++ b/app/docs/index.md @@ -38,4 +38,6 @@ features: - icon: 🔑 title: User Authentication details: Secure access to your data. ---- \ No newline at end of file +--- + +Dashboard \ No newline at end of file diff --git a/app/docs/introduction.md b/app/docs/introduction.md index 690a5ac9..117b0912 100644 --- a/app/docs/introduction.md +++ b/app/docs/introduction.md @@ -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 + +Login Page + +### Dashboard + +Dashboard + +### Charts + +Charts + +### Fuel Log + +Fuel Log + +### Maintenance Log + +Maintenance Log + +### Insurance Details + +Insurance Details + +### PUCC Details + +PUCC Details + ## Non-Functional Strengths Tracktor is designed for: diff --git a/app/docs/public/screenshots/charts.png b/app/docs/public/screenshots/charts.png new file mode 100644 index 00000000..3b5a9c3a Binary files /dev/null and b/app/docs/public/screenshots/charts.png differ diff --git a/app/docs/public/screenshots/dashboard.png b/app/docs/public/screenshots/dashboard.png new file mode 100644 index 00000000..034a5ad7 Binary files /dev/null and b/app/docs/public/screenshots/dashboard.png differ diff --git a/app/docs/public/screenshots/fuel.png b/app/docs/public/screenshots/fuel.png new file mode 100644 index 00000000..132f3396 Binary files /dev/null and b/app/docs/public/screenshots/fuel.png differ diff --git a/app/docs/public/screenshots/insurance.png b/app/docs/public/screenshots/insurance.png new file mode 100644 index 00000000..94d0d1c8 Binary files /dev/null and b/app/docs/public/screenshots/insurance.png differ diff --git a/app/docs/public/screenshots/login.png b/app/docs/public/screenshots/login.png new file mode 100644 index 00000000..ecee14d8 Binary files /dev/null and b/app/docs/public/screenshots/login.png differ diff --git a/app/docs/public/screenshots/maintenance.png b/app/docs/public/screenshots/maintenance.png new file mode 100644 index 00000000..fdf99e14 Binary files /dev/null and b/app/docs/public/screenshots/maintenance.png differ diff --git a/app/docs/public/screenshots/pucc.png b/app/docs/public/screenshots/pucc.png new file mode 100644 index 00000000..0abd5538 Binary files /dev/null and b/app/docs/public/screenshots/pucc.png differ