MVC Assignment Tracker is a web application designed to help users track their assignments and courses. It is built using PHP with a Model-View-Controller (MVC) architecture, ensuring a clean separation of concerns and a maintainable codebase.
- Add, edit, and delete assignments
- Organize assignments by courses
- View all assignments or filter by course
- Simple and intuitive user interface
-
View Assignments:
Navigate to the homepage to view all assignments. You can filter assignments by selecting a course from the dropdown menu.
-
Add Assignment:
Click on "Add Assignment" to add a new assignment. Fill in the details and submit the form.
-
Edit Assignment:
Click the "Edit" button next to an assignment to modify its details.
-
Delete Assignment:
Click the "Delete" button next to an assignment to remove it.
This project is inspired by and based on the work of @gitdagray.