Skip to content

spidero7/StarWarsQuizGame

Repository files navigation

CodersCamp 2021 - JoaoTeam

Project 1 - Star Wars Quiz

Live version

Contributors

Mentor: João Kiakumbo

Mentees:

General info

This is a simple web application in the form of a quiz to test knowledge about the Star Wars universe. The assumption was that the application would be part of a promotional campaign for a well-known brand of breakfast cereals cooperating with Disney. The project was carried out as part of the largest open web programming course in Poland - CodersCamp 2021. The main goal was to show the current skills of the participants in practice.

Technologies

Project was created with:

Layout responsiveness was obtained using a CSS Gird. The client provided a prototype of the user interface on which application developers modeled.

How it works?

  1. At the beginning, the user can choose one of the three game modes (People, Vehicles or Spaceships) and read rules.
  2. Next, a user answers questions about who or what is displayed in the image on the left. There are four options to choose from, of which always only one is correct.
  3. One game lasts one minute. The passage of time is shown by the lightsaber at the bottom of the screen.
  4. After the game, the player's score is saved locally in a ranking for the browser via LocalStorage and the best results are shown as the Hall of Fame.

Setup

To run this project locally, run bellow commands:

$ git clone https://github.com/CodersCamp2021/JoaoTeam-Project-1.git
$ npm install
$ npm run start:dev

Build

To build this project run bellow commands:

$ git clone https://github.com/CodersCamp2021/JoaoTeam-Project-1.git
$ npm install
$ npm run build

You may use also github-pages to view deployment.

Room for Improvement

Tests should be implemented in the application. At the moment, the client agreed to forgot them due to limited time.

Project Status

No longer being worked on. The team had to start working at a new project. 🚀

Inspiration

This project was based on this idea.

About

JavaScript quiz app to test knowledge about Star Wars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors