We made this website to create fun website where you can learn about all things comedy. We have everything from knock knock jokes, programming jokes, the joke of the day, funny movie recomendations and the history of comedy!
Press Run and open in a new tab. You will be directed to the Home page, which will have welcome message next week. Use the menu to be redirected to other pages(no information on each page, however, they are functional). If you add /playground into the URL, you can find the secret joke. We used this page to test our code and also as a fun reward for those who found the page.
This project was created to learn about HTML language and some CSS. In this project, both Python and HTML are used.
main.py: is in python, imports the html files. Has routes for each page and URL.
base.html: base for webstite, the back end which connects all the components
comediandecades.html: has information about some iconic comedians throught the ages
historyofcomdedy.html: has fun facts about the history of comedy
home.html: our home page, the first thing you see when you click the link to the website
knock.html: our page full of knock knock jokes and a small preview of the hilarous jokes to come
playground.html: a page we use to test code if we need to preview something before putting it on a main page
Through this project, we furthered our knowledge on html and coding websites through Flask. Additionally, we had ah ha moments about transferring the project to Github and InteliJ.
Usage of bootstrap ===> base.html line 14-22 More usage of bootstrap, nav bar ===> base.html line 26-48
- Created functional drop down menu
- Added 'About Us' pages that have routes to the pages that all work(code created on main.py page)
- Titles on every page that are correctly formatted
- Jokes on Knock Knock page
- Information on History of Comedy page
- Worked out how to run project on intelliJ locally so we can view website on localhost
- All pages have information
- Get photos on pages
- Have links to videos for Comedians Through The Decades page
- Potentially research/have videos embedded into our website
- Have joke of the day feature or search bar for jokes on different pages as our 'wow' factor