Mentor: João Kiakumbo
Mentees:
- Justyna Chmielińska (Development Manager)
- Bartłomiej Pająk (Product Owner)
- Patryk Pierzchała
- Weronika Pietrzak
- Wojtek Pugowski (Tech Lead)
- Maciej Wester
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.
Project was created with:
- HTML
- CSS
- Java Script
- Star Wars API
Layout responsiveness was obtained using a CSS Gird. The client provided a prototype of the user interface on which application developers modeled.
- At the beginning, the user can choose one of the three game modes (People, Vehicles or Spaceships) and read rules.
- 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.
- One game lasts one minute. The passage of time is shown by the lightsaber at the bottom of the screen.
- 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.
To run this project locally, run bellow commands:
$ git clone https://github.com/CodersCamp2021/JoaoTeam-Project-1.git
$ npm install
$ npm run start:dev
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.
Tests should be implemented in the application. At the moment, the client agreed to forgot them due to limited time.
No longer being worked on. The team had to start working at a new project. 🚀
This project was based on this idea.

