This project is a game for kids, where they can learn about the alphabet and numbers.
- PHP 7.4
- Bootstrap 4
- MySQL 8.0.32 - MySQL Community Server
- Docker
-
Go to the XAMPP directory and choose the folder
htdocs
-
Open your Command line, right click and chose the option
Open in Terminal
-
Clone this repository running in your Command line:
git clone https://github.com/anyruizd/php-final-project.git
-
Access the website in http://localhost/php-final-project
-
Install Docker on your machine
-
Clone this repository running:
git clone https://github.com/anyruizd/php-final-project.git
-
In the main folder of the project run:
docker-compose up -d
-
Go to this file, uncomment the credentials for Docker and comment the credentials for XAMPP
-
Access the website in http://localhost
-
Access the phpmyadmin in http://localhost:8000
-
Stop the project with
docker-compose down
- Any
- Level 1 and 2
- Game structure
- Database components
- Project & HTML structure
- Overall layout and styles
- Validation auth forms
- Jean-Michel
- Level 3 and 4
- Login, Registration and Change password forms and validation
- Database components
- Game over page
- Project setup
- Validation game forms
- Allan
- Level 5 and 6
- Login, Registration and Change password forms html and styles
- Project setup