Bookmark website as a final project for my CIS435 Web Tech course during the Fall 2021 semester (currently finishing), and allows adding a bookmark with a name and URL.
Utilizes HTMl, CSS, Javascript, PHP, and MySQL/MariaDB using phpMyAdmin with XAMPP
- Download/Install XAMPP: https://www.apachefriends.org/download.html
- Run XAMPP and select Start on the 'Apache' & 'MySQL' modules
- Navigate in a browser to localhost/phpmyadmin
- To create the database schema, within phpMyAdmin, select 'Import' on the top toolbar
- Select 'Choose File' and navigate to 'createdatabase.sql' in bookmarker/scripts/database
- Select Go
- Place 'bookmarker' folder within a new folder inside C:\xampp\htdocs
- In a browser, navigate to localhost/{foldername}/bookmarker
If successful, it should load a couple default categories and show no errors in the console output within Inspect Element
A few screenshots of the current state of the project