Static Web Application
You’ll implement an application to see how things from your lessons work in practice. A comedy club called Comedy Clüb asked you to make a website with a show program for March 2050. At first, your application will be primitive, but you’ll rewrite it throughout the course.
This website needs these three kinds of pages:
Here are some things that you won’t have to do:
The first implementation will consist of static HTML files without a single line in PHP. Such static websites are easy to host and super-fast, so it’s hard to hack them because there’s nothing to hack on the application layer. The downside of such websites is that it’s hard to update them.
You’ll have a working website with HTML documents at the end of this mini project.