An adventure 65 million years in the making.
DinoFinder is the go-to app for finding out about all of your favourite dinosaurs!
DinoFinder is an object-orientated PHP project, styled with SASS, that fetches and displays information about different dinosaurs, from a MySQL database.
Upon selecting a dinosaur you are able to view more in-depth facts about the given species with stats such as 'Height', 'Length' and 'Killer Rating' (Wow!).
- PHP version 7.0.0+,
- MySQL version 5.7 +
- Composer version 1+
- PHPUnit version 6.5+
- SASS version 1.49+
Clone this repo:
git clone [email protected]:iO-Academy/2022-jan-dragons-DinoFinder.git
Navigate into the newly created repo:
cd 2022-jan-dragons-DinoFinder
From the root of the project run:
composer install
and:
sass --watch style.scss style.css
Install the database /dinos.sql
into a db named dinosaurs
Ensure your local database host, username and password details are correct in:
src/Classes/Utilities/Db.php
The application will now be available wherever you access your PHP projects!
Ethan Garrett - @EthanGarrett
Gabriel Rowan - @GabrielRowan
Grace Palacz - @Grace-P-03
Jordan Addis - @J-Add
Luke Grayland - @Luke-Grayland
Marcus Drury - @Marcus12934
Sami Shanagher - @Parsley-Afroman
Live App - https://dev.io-academy.uk/projects/2022-jan/dino-finder/
GitHub Repo - https://github.com/iO-Academy/2022-jan-dragons-DinoFinder/
With thanks to John Hammond, Dr. Alan Grant, Dr. Ellie Sattler, and all of the good people at InGen. Without your tireless research, this project would not have been been possible.