WFC-ards
- 7 Devlogs
- 17 Total hours
A PHP language web application with flashcards for learning.
A PHP language web application with flashcards for learning.
I’m planning to update the styling of the main page (index.php).
createflashcard.php file, with a query pulling the selected folder’s nameRebuilt the whole page layout using nested flexbox containers instead of the manual negative margins.
I’m planning to build the flashcard creation form for the selected folder.
users table in the databaseI built my first login and registration system, based on PHP and a MySQL/MariaDB database. I used the password_hash function for user security. I also added $_SESSION support across the website, so the app remembers which user is logged in between pages. The registration system requires a minimum of 8 characters for the password.
I’m planning to style the header tag and build the flashcards panel. I also plan to add the ability to export flashcards.
I am planning to create a flashcard web app with support for mobile devices and desktop. I will use the MySQL/MariaDB database for the application. For the backend, I will use the PHP language.