Game rating website (backlog-like) in HTML/CSS/JS and PHP form that i'm developing for training purposes.
CHANGELOG:
- 28/05/2021
Title: First Commit
Description: The base project.
- 30/05/2021
Title: New Forgot your password features
Description: Working "forgot your password" anchor/php archive and a new name attribute that will be retrieved from the Database in the next update,
- 01/06/2021
Title: New primitive Database connection
Description:
1- New DAO with a basic function to connect to the database and fetch data, nothing too fancy. 2- Some SQL scripts that you can use to simulate the same environment.
- 03/06/2021
Title: New backend functions
Description:
1- New function to check if the submited email was already used.