Web Development Class Project
Instructor: Bu Laura
First Exercise β Semester 1
ClassAssign is our first full-featured web app for learning PHP! Now you can Create, View, Update, and Delete students and classes, and even assign students to classes. All data is managed in PHP (no database required for this version) β perfect for learning the basics!
- Add, edit, and remove students
- Add, edit, and remove classes
- Assign students to classes and manage assignments
- See your lists update instantly
- All data is stored in your browser session (refresh = reset!)
- Full CRUD (Create, Read, Update, Delete) for students and classes
- Assign students to classes
- Clean Bootstrap UI for easy use
- Beginner-friendly code and comments
- Michael Mulyadi (NIM: 0706012310059)
- Jefery Teddy Santosa (NIM: 0706012410039)
We learned how to build a simple PHP web app, use forms, manage data in sessions, and design a user interface with Bootstrap. This exercise helped us understand the basics of CRUD and teamwork in web development.
This is our first hands-on project for Mrs. Laura's Web Development class. We learned the basics of PHP, forms, CRUD, and how web apps workβone step at a time!
- Copy the
classassign
folder to yourhtdocs
(if not already there). - Start XAMPP/Apache.
- Open http://localhost/classassign/ in your browser.
We hope you enjoy using (and grading!) our project.
Made with β, π, and a lot of Google searches.