Games Gallery is, as its name suggests, a gallery of images from a multitude of video games I've played. Each game is listed and associated with a folder to sort them by license or universe.
Each element (name, image, folder, color, etc.) can be managed in the back-office (/bo) and accessed via authentication.
- Introduction
- Table of contents
- Frameworks, Platforms and Libraries
- Documentation
- Contributing
- Changelog
- Copyright and License
You can find all the documentation of this project on this link : Games Gallery documentation.
You can create a new issue with a specific templates : bug or feature.
Once your code is working, please run the following commands npm run stylelint
, npm run eslint
, ./vendor/bin/phpstan
, ./vendor/bin/phpcs
and check tests php artisan test
to verify that your code is following the same coding standards (in all cases, there is github actions that check this part).
When fixing a bug please make sure to test it in several browsers including ie11. If you are not able to do so, mention that in a PR comment, so other contributors can do it.
When implementing a feature please create an issue first explaining your idea and asking whether there's need for such a feature. Remember the script's core philosophy is to stay simple and minimal, doing one thing and doing it right.
Latest version v5.1.0.
See the CHANGELOG.md file for details.
Games Gallery was written by Alexis Gousseau.
Copyright (c) 2022 and beyond Alexis Gousseau.