|
| 1 | +## I WAS HERE |
| 2 | +I Was Here is a simple PHP Student Attendance Management System. This is not a "we have a lot of features that you will never use" system, but a basic one to help smaller schools to get started quickly. |
| 3 | +<br><br> |
| 4 | + |
| 5 | +## :white_check_mark: FEATURES |
| 6 | +1) Users management. |
| 7 | +2) Take attendance manually, or let students scan a QR code. |
| 8 | +3) Installble progressive web app. |
| 9 | +4) CSV reports. |
| 10 | +<br><br> |
| 11 | + |
| 12 | +## :camera: SCREENSHOTS |
| 13 | +<p float="left"> |
| 14 | + <img width="250" src="https://github.com/code-boxx/I-Was-Here/blob/main/assets/iwh-1a.png"> |
| 15 | + <img width="250" src="https://github.com/code-boxx/I-Was-Here/blob/main/assets/iwh-2a.png"> |
| 16 | + <img width="250" src="https://github.com/code-boxx/I-Was-Here/blob/main/assets/iwh-3a.png"> |
| 17 | + <img width="250" src="https://github.com/code-boxx/I-Was-Here/blob/main/assets/iwh-4a.png"> |
| 18 | + <img width="250" src="https://github.com/code-boxx/I-Was-Here/blob/main/assets/iwh-5a.png"> |
| 19 | + <img width="250" src="https://github.com/code-boxx/I-Was-Here/blob/main/assets/iwh-6a.png"> |
| 20 | +</p><br> |
| 21 | + |
| 22 | +## :ballot_box_with_check: REQUIREMENTS |
| 23 | +1) LAMP/WAMP/MAMP/XAMPP |
| 24 | +2) Apache Mod Rewrite |
| 25 | +3) PHP MYSQL PDO Extension |
| 26 | +4) At least PHP 8.0 |
| 27 | +<br><br> |
| 28 | + |
| 29 | +## :floppy_disk: INSTALLATION |
| 30 | +Just access `http://your-site.com/` in your browser and walk through the installer. |
| 31 | +<br><br> |
| 32 | + |
| 33 | +## :bulb: DOCUMENTATION & FRAMEWORKS |
| 34 | +1) Built on [Bootstrap](https://getbootstrap.com/), [Material Icons](https://fonts.google.com/icons), [HTML5 QRCode Scanner](https://github.com/mebjashtml5-qrcode), [QRCodeJS](https://davidshimjs.github.io/qrcodejs/), [PHP-JWT](https://github.com/firebase/php-jwt), and [Core Boxx](https://code-boxx.com/core-boxx-php-framework/). |
| 35 | +2) Visit https://code-boxx.com/i-was-here-php-attendance-system/ for the full documentation! |
| 36 | +<br><br> |
| 37 | + |
| 38 | +## :newspaper: LICENSE |
| 39 | +Copyright by Code Boxx |
| 40 | + |
| 41 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 42 | +of this software and associated documentation files (the "Software"), to deal |
| 43 | +in the Software without restriction, including without limitation the rights |
| 44 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 45 | +copies of the Software, and to permit persons to whom the Software is |
| 46 | +furnished to do so, subject to the following conditions: |
| 47 | + |
| 48 | +The above copyright notice and this permission notice shall be included in all |
| 49 | +copies or substantial portions of the Software. |
| 50 | + |
| 51 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 52 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 53 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 54 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 55 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 56 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 57 | +SOFTWARE. |
0 commit comments