diff --git a/LICENSE b/LICENSE index bad128b..dc33a07 100644 --- a/LICENSE +++ b/LICENSE @@ -208,8 +208,8 @@ If you develop a new program, and you want it to be of the greatest possible use To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. - habit-tracker - Copyright (C) 2024 fr + Fuel Stats + Copyright (C) 2024 Filip Rojek This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -221,7 +221,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - habit-tracker Copyright (C) 2024 fr + Fuel Stats Copyright (C) 2024 Filip Rojek This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index 04e0f13..b935b12 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,32 @@ -# Habit Tracker +# Fuel Stats -An app for tracking habits and motivation to achieve personal goals +An app for tracking your fuel consumption and optimizing your driving efficiency. -## Used technologies +## Used Technologies - **Frontend:** HTML, CSS, JavaScript - **Backend:** PHP (OOP) - **Database:** MariaDB -## How to build +## How to Build -### Build using docker -Run the container using docker-compose +### Build Using Docker +Run the container using docker-compose: ```bash -docker-compose up +docker-compose --profile up -d ``` -The app should be available at http://localhost:8000 +The app should be available at http://localhost:8000. -PhpMyAdmin should be available at http://localhost:8080 +PhpMyAdmin should be available at http://localhost:8080. -### Build manually -1. Clone the repo +### Build Manually +1. Clone the repository: ```bash - git clone https://git.filiprojek.cz/fr/habit-tracker.git + git clone https://git.filiprojek.cz/fr/fuel-stats.git ``` -2. Create `config/environment.php` -- It should have following structure: +2. Create `config/environment.php`: +- It should have the following structure: ```php
- Habit Tracker Logo -

Sign in to Habit Tracker

+ Fuel Stats Logo +

Sign in to Fuel Stats

get('error')): ?> @@ -27,7 +27,7 @@
-

New to Habit Tracker?

+

New to Fuel Stats?

Create an account
diff --git a/app/views/auth/signup.php b/app/views/auth/signup.php index f8d2e4c..dd171b4 100644 --- a/app/views/auth/signup.php +++ b/app/views/auth/signup.php @@ -2,8 +2,8 @@
- Habit Tracker Logo -

Sign up to Habit Tracker

+ Fuel Stats Logo +

Sign up to Fuel Stats

get('error')): ?> diff --git a/app/views/errors/404.php b/app/views/errors/404.php index 6131d3a..df69029 100644 --- a/app/views/errors/404.php +++ b/app/views/errors/404.php @@ -4,7 +4,7 @@ - Habit Tracker | Error 494 + Fuel Stats | Error 494

Error 404 - Page not found

diff --git a/app/views/home/index.php b/app/views/home/index.php index 98ee066..3fdb733 100644 --- a/app/views/home/index.php +++ b/app/views/home/index.php @@ -1,4 +1,4 @@
-

Welcome to Habit Tracker!

-

Track your habits and achieve your goals.

+

Welcome to Fuel Stats!

+

Keep track of your refuels.

diff --git a/app/views/layouts/base.php b/app/views/layouts/base.php index 5560a6e..80fd9a6 100644 --- a/app/views/layouts/base.php +++ b/app/views/layouts/base.php @@ -6,7 +6,7 @@ - Habit Tracker | <?= $data['title'] ?> + Fuel Stats | <?= $data['title'] ?> diff --git a/app/views/layouts/noheader.php b/app/views/layouts/noheader.php index f3536c8..9047b6c 100644 --- a/app/views/layouts/noheader.php +++ b/app/views/layouts/noheader.php @@ -6,7 +6,7 @@ - Habit Tracker | <?= $data['title'] ?> + Fuel Stats | <?= $data['title'] ?> diff --git a/config/environment.php.example b/config/environment.php.example index 5c501a9..793ff76 100644 --- a/config/environment.php.example +++ b/config/environment.php.example @@ -1,6 +1,6 @@