Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 999 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 999 Bytes

TW Checklist | practice app for students

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

Branches & tags

You can find the final version of the App on the final branch

Additional info