Languages: PHP, HTML, CSS, JavaScript and SQL
Software: Atom as the code editor, XAMPP to host the server and database
This was a personal project with no main purpose except to improve my PHP skills and get used to version control with GitHub.
I started with a basic main page that tested database insertion and database access in SQL but it grew ending up with multiple pages where each one i tried to learn something new. In retrospect, both the design and code practices needed a lot of work, but I was still able to apply what I learned about PHP and even learn more things in the process.
One of the best features implemented, was a scratch map where I could select which countries I had visited, or even mark them as wish to visit, which changes could also be saved in the database, this was something that I thought was a great exercise to improve my programming skills as I used PHP, javascript and SQL to achieve this.