The team worked as part of the CodersCamp course. The application was made by the course participants with the help of a mentor.
Mentor: Filip Hałoń
Participants:
II. DEMO
To skip the intro, press escape on desktops or double tap on the mobile devices.
Check your knowledge of the Star Wars saga in our great quiz. Play with your friends. May the force be with you!
You can check your knowledge in the three categories:
- People
- Vehicles
- Starships
- JavaScript
- HTML
- CSS
- Trello
- Figma
- SWAPI
- Visual Studio Code
- Git
The organization of the team's work and code review were carried out on GitHub. Tasks are described and distributed in the Trello. We used Google Meet for meetings. Meetings were conducted every Tuesday, Thursday, and Sunday. Discord was used in everyday communication.
To run the project on the local machine, type in the terminal:
git clone git@github.com:team-prstmw/StarWarsQuiz.git
Then, to install the modules, type:
npm install
Then:
npm run dev
The application will be available at localhost:3000