This is a ToDo with login practice app for the Web Technologies laboratories I taught at UAIC University in Iasi. It doesn't contain much functionality but building it requires you to tackle fundamental knowledge of the Web, which makes it perfect for students 🚀
The app uses:
- 🐘 MVC Back-End architecture built in PHP
- 💾 MySQL database
- 🔒 GitHub authentification plus our own custom auth
- 📧 AJAX for marking todo's as "DONE" without reloading the hole page
You can find the final version of the App on the final branch