Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #42

Merged
merged 1 commit into from
Jan 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Features](#features)
- [Technologies](#technologies)
- [Setup](#setup)
- [Organization of work](#organization-of-work)

## The project team
Authors of this project are course participants who worked under the supervision of an experienced mentor.
Expand All @@ -27,7 +28,7 @@ Our project is a quiz that tests the knowledge of the Star Wars universe. This i

## Features
- The main page contains the rules of the game and shows a sample photo and answers to a question relevant to People category.
- Before each game, player is taken to the settings, where he choose the category (next to it is an example photo), speed and mode of his game. Additionally, if he chose to fight against the computer, he has to select the difficulty level.
- Before each game, player is taken to the settings, where he chooses the category (next to it there is an example photo), speed and mode of his game. Additionally, if he chose to fight against the computer, he has to select the difficulty level.
- Once the game starts, the timer starts counting down, and at the bottom of the screen the lightsaber shows how much time is left. After selecting the answer, it is shown for a second whether the answer was right or wrong. Then the question is changed to the next one and so until the end of time.
- After finishing the game, the player's score is summed up and if the player writes his name, it will appear in the overall ranking of the players.
- The application is responsive, so there is an option to display it on tablets and phones.
Expand All @@ -38,17 +39,29 @@ Our project is a quiz that tests the knowledge of the Star Wars universe. This i
- JavaScript
- Star Wars API
- Webpack
- BEM methodology
- Jest
- Scrum
- Figma
- Trello

## Setup
#### Demo
To view a demo click here.
To view a demo click [here](https://ruljin.github.io/CodersCamp2020.Project.JavaScript.StarWarsQuiz/).
#### Getting started
If you want to run the application on the local machine, follow these steps:
1. Clone down this repo
2. Install dependencies with the command: `npm install`
3. Start development server `npm start`
3. Start development server `npm start`

The application will be available at `localhost:8080/index.html`
#### Running tests
To run the application tests, follow these steps:
1. Install dependencies with the command: `npm install` (if you haven't already done so before)
2. Run the tests by running the command: `npm test`

## Organization of work
#### Figma
Using Figma, we created our own prototype of a user interface adapted to Desktop, and also made a version adapted to display on Phones. All designs can be viewed [here](https://www.figma.com/file/vbC47jUATnlH9UKey12pPG/Star-Wars-Quiz?node-id=0%3A1).
#### Trello
We also used Trello, where we organized all our work. More precisely, we shared responsibilities for each sprint, exchanged comments and approved our tasks.