Skip to content

Power-Devs-9000/201-group-project-class201d97

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

201-group-project-class201d97

Authors: Darshon, Logan, Ryan E, and Reece

Project Description

Our project is a quiz style matching game. We will present the user with a question and 5 possible answers and allow the user 3 guesses to get the correct answer. We will build a database of questions that will help benefit people learning to code from the knowledge we have gained from our classes. We will create a "game board" that will present the question and answers and then reset the board with a new question and answer after 3 failed attempts or the correct answer is chosen. We will be utilzing 3 HMTL files to hold our index(main page), about us, and score page. We will have unique styles sheets for each and two of the html pages will require script tags for functionality.

User Stories

  • 5 user stories were generated and placed in our project management board

User Stories

WireFrames

201-GroupProject-main

  • Updated placement of links to be at top of page instead for easier readability

201-GroupProject-AboutUs

201-GroupProject-ScorePage

Domain Model

201-GroupProject-Domain Modeling

LightHouse Score

LightHouse Score

References

  • Audrey Patterson, 201 Instructor at Code Fellows Seattle. She assisted in solving part of our JS logic and helped with rendering our website properly to our live page. She was also the inspiration for some of our CSS on our about us page.
  • Rhett Trom helped with storing our local data and transferring it to another page for display purposes.
  • For our CSS design on our scoreboard we used CodePen reference and a YouTube Tutorial.
  • The entire team utilized documentation from the MDN Docs and W3Schools.