This is a website where the user can play fun geological guessing games and learn about countries. Click the history tab to learn about fasinating historical facts about each country. Also click the covid cases tab to learn about the live covid numbers in each country. Come and play!
Start by clicking the geo-guesser tab and running the game. When guessing the country click on the corresponding number to the image.
EX.
(Imagine of Greece)
Choices
-
Iceland
-
United States
-
Greece
-
Wakanda
Click on Greece because it is the corresponding number to the image. Another fun activity this webiste provides is historical facts about each country on the geo-guesser game. Only correct answers will provide historical facts. The thrid option is live covid 19 cases tracker. Simply click on the covid cases tab to begin your learning on covid per country. If you find any trouble working the website try reloading your computer or the website.
Learn to use Flask and Jinja to incorporate python into HTML. Also learned to use post, git, and requests.
Proof of learning: Data.py, main.py (route to geoguesser.html and import Data), geoguesser.html
Flask:
Lines 30 to 32 in 857fbf5
post:
Lines 34 to 66 in 275ffa0
Html/Jinja:
geo-guesser.code-/templates/geoguesser.html
Lines 27 to 48 in 265e4b9
Python:
Lines 34 to 66 in 265e4b9
Requests:
Lines 36 to 38 in 265e4b9
Learn how to incorporate jinja. Finish the front end of the website(html and css). Speak up more and converse more with team. Ask more questions.
Proof of learning: All files except gg-covid.html & Data.py & geoguesser.html
flask:
Lines 30 to 32 in 857fbf5
html/Jinja: https://github.com/kenzie-rylie/geo-guesser.code-/blob/857fbf5fea3ae300911ec6a18cafc29c8cbd70fb/templates/nav-bar.html https://github.com/kenzie-rylie/geo-guesser.code-/tree/857fbf5fea3ae300911ec6a18cafc29c8cbd70fb/templates
Requests:
Complete and upload a minimum of one country to the history tab. Speak up and help the team more. Complete the README.md by myself. Stay late and work after hours on our project.
Proof of learning: geo-guesser.code- / templates / gg-history.html, README.md, & Greece.html
Format and style all of the history pages. Make small revisions where needed.
Proof of learning: style.css, gg-history.html, history-africa.html, history-america.html, history-brazil.html, history-denmark.html, history-greece.html, history-iceland.html, history-india.html
HTML:
geo-guesser.code-/templates/gg-history.html
Lines 4 to 16 in c2e7e47
geo-guesser.code-/templates/history-america.html
Lines 3 to 19 in a689d9a
CSS:
geo-guesser.code-/static/style.css
Lines 114 to 239 in a689d9a
Make an interactable interface on the website. Create the live covid cases tab for each country. Note: I accidentally added my entire project folder to the repository, which is why covidscraper.py is in its own folder.
Proof of learning: gg-covid.html, mapclickproject / covidscraper.py
main.py - Importing flask to our website
Data.py - James' jinja playground
env - The flask module added to our website
.idea - Installion of virtual flask environment
Geoguesser.py - An attempt at to set a jinja variable to a input using phyton (unsuccessful)
covidscraper.py - Experimentation with webscraping (work in progress)
templates / gg-covid.html - Live covid cases per country
templates / gg-geo.html - Geo-Guesser game
templates / gg-history.html - Historical facts for each country
templates / gg-home.html - Homepage for the website
templates / gg-landing.html - Video background for the home screen
templates / gg-p5.html - Nav bar for each tab
templates / base.html - Imported to set equal to jinja variables
templates / history-[country].html - 7 different information pages about different countries
static / style.css - Styling for each website tab
README.md - Creates an easy overview of the website