Giter VIP home page Giter VIP logo

movie-junkies's Introduction

Movie Junkies

Website's responsiveness

Author

Gabriel Alves

Project Overview

This website was developed to break the mold of movie nights with your friends and family when a little competition can't hurt. It was created to be fun, intuitive, easy to play, and, most importantly, to decide who's the 'know-it-all' in the room. The categories range in difficulty and are suitable for families of all sizes and ages.

  • You can view my deployed website here

Table of Contents

UX

Project Goals

At the early stages of planning for the website, research was made regarding age gaps between people who partake in quizzes in the UK. It was found that it was largely above 18 years of age for the UK, so after refining my research to exclude pub quizzes, the research came out with an average that ranged between 14 and 45 years old.

The website was largely designed to be appealing to young teenagers and adults following the research made. The questions and answers include both older films and new releases to match the wide range of ages who will be playing the quiz.

The website hopes to provide an extra layer of fun and entertainment to movie nights, either as a pre-movie ice breaker or even afterward to see who knows the most.

Design Choices

Strategy Plane

  • The basics of the website are that it is, at its core, a fun, easy-to-play, and intuitive quiz for teenagers and adults.

Scope / Structure / Skeleton Planes

  • The website would contain a very minimalistic landing page, with a simple logo at the top, instructions on how to play the quiz to follow, and finally the four categories of questions for the user to choose from.

  • The second page (the quiz running page) would follow on to the same minimalistic idea of the first page, it would contain a question number, a score tracker, the quiz question, the four answer options for the user to click on, and a 'return home' button.

  • The last page (the score page) would simply have your score, a fun-looking image to match your score (whether a low score, a medium score, or a high score), a message to match your performance, and a button to 'return home'.

  • Each of the steps taken in the skeleton plane planning were done to only ever give a maximum of 4 clickable options on the screen for the user. It was done so that the website can only ever be intuitive and easy to navigate.

Surface Plane

Colors

The colors of the website were chosen to resemble an arcade's carpet. An iconic colorway of the 1980s. Although not all users will understand the theme or get the same feeling from the colors, they are still easy on the eyes and look the part on the quiz.

Coolors palette

Colors were chosen with the help of Coolors.

Typography

Font styles and sizes were chosen to match the website's color palette and 1980's arcade theme.

Font style

Font style is called "Righteous" and it was chosen with the help of Google Fonts.

Images

The images used on the website were chosen solely for entertainment purposes and to match the arcade feel of the website.

Popcorn footer

High score image

Medium score image

Low score image

Animations and Transitions

Special hovering effects were applied to all buttons on the website, a mixture of scaling and box-shadowing were used to make the buttons look like the neon lights at an arcade.

Buttons

Credit

Wireframes

Wireframes for this project can be found here

Features

Implemented Features

  • On the landing page I have implemented a background audio that can be switched on and off by the user upon clicking on it. Audio button

  • Following the audio button, we have the website's title and the game rules, so the user is aware of how to play the game before selecting to do so. Rules

  • The website then showcases the four different game options for the user to choose from and highlights them with a shadow-box. Game categories

  • On the game-running pages I have added a header to the game container, followed by the question and the four options for answers (answers are highlighted in either green for correct or red for incorrect). Game

  • All pages contain a "Return Home" button so the user can always start again from the beginning. Return button

  • Score page is kept minimalistic with two lines of text informing the user of their score, an image feature that matches the user's score, and a button to return to the home page. Score page

  • The website has a 404 error page implemented that redirects the user directly back to our home page. 404 error page

Future Features

  • In the future, I would like to implement two new categories for the games. These would be "Picture" and "Audio" based categories, which would use images and audios rather than text for the questions.

  • Another feature I would like to implement to the website in the future is sound effects that are triggered when the user clicks on a correct or an incorrect answer.

  • Lastly, I would like to implement a high-score board to the website, which users could then upload their best results up to.

Testing

Validation Testing

  • All CSS files on this project were run through a CSS Validator and passed. CSS testing

  • All HTML files on this project were run through a HTML Validator and passed. HTML Testing

  • All JavaScript files on this project were run through a JavaScript Validator and passed. JavaScript Testing JavaScript Testing

Cross-Browser and Cross-Device Testing

TOOL / Device BROWSER OS SCREEN WIDTH
Real phone: iPhone 12 - horiz Safari iOS S 844 x 390
Real phone: iPhone XS Max Safari iOs S 425 x 900
Dev tools emulator: Pixel 2 Chrome Windows S 411 x 731
Dev tools emulator: iPhone X Firefox iOS S 375 x 812
Dev tools emulator: Nexus 7 Chrome Windows M 600 x 960
Real tablet: iPad Safari iOS M 768 x 1024
Real tablet: iPad - horiz Safari iOS M 768 x 1024
Dev tools emulator: iPad Pro Chrome Windows L 1024 x 1366
Real computer: MacBook Pro Firefox Big Sur XL 1752 x 960
Real computer: MacBook Air Safari Big Sur XL 1240 x 768

Manual Testing

You can view my manual testing document here.

Defect Tracking

You can view my defect tracking document here.

Defects of Note

  • Highlighting correct answer when an incorrect answer is chosen by the user. This bug was fixed by adding IDs to the answer options and using JavaScript to create a query that temporarily adds the 'correct' class to the correct answer before setting the next answer.

  • 'Hide' or 'show' images that match the user's score at the end of the quiz. This was solved by using 'if' and 'else if' statements with the help of revisiting Code Institute's content.

  • Get an accurate score at the end of the quiz. This bug was solved by adding a function that is called when the website has no more questions to display.

Outstanding Defects

Lighthouse Audits

  • Below you will find my Lighthouse Audit. Lighthouse audit

Deployment

  1. Go to the repository created on GitHub.
  2. Click on 'Settings'.
  3. Scroll down and click on 'Pages' on the left-hand side menu.
  4. Select the 'Branch' 'master' and click on 'Save'.
  5. Allow GitHub a few minutes to deploy the website and then refresh the page.
  6. Website deployed.

Deployment 1

Deployment 2

Deployment 3

Credits

Content

Quiz questions and answers were taken from the following websites.

Media

Images and audios were taken from the following websites.

Acknowledgments

StackOverflow Help

YouTube Inspiration

My Code Institute mentor Malia Havlicek, for helping me achieve the best result possible within my project's scope and helping me progress and solve the hardest bugs I've encountered so far.

And finally Code Institute for inspiration regarding project ideas and content for referring back to whenever needed.

movie-junkies's People

Contributors

gabriel-alves-p avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.