How To Use | Technologies | Team
QuizLife is an app that allows you to create quizzes and play them live with your friends in a pub or at a party.
This is a collaborative final project done at Makers Academy.
:tada:.
It is a full Javascript application that particularly focuses on React, as the front-end. This web app has been built mainly to be used on mobile phones.
If you want to try our app, here it is live
here ๐ป.
To create a Quiz click on the 'Create a quiz' button, fill in the form and add the quiz.
Once you are ready to play click on the quiz, share the game's link with your friends. Once you have decided the team names and the interval time for the questions, the leader have to press start and then all the other users will be able to join!
Enjoy! ๐
This repository is only the front-end part of our app.
To run QuizLife locally, you must run the back-end repository that you can find here, using the comand $ npm start.
Given this is the front-end of the project, it requires the API data from the other project which is linked here: node.JS API backened. Once you have this downloaded and running (instructions are on the linked repo) follow the instruction below>
$ git clone https://github.com/Vanals/Pub-Quiz.git
$ cd Pub-Quiz
$ npm install
$ npm start
Visit http://localhost:3000/.
To run tests:
$ npm test
These are all the technologies that have been used in the project ( both back-end and front-end)
This project was done by:
- ๐ป Allan Wazacz(https://github.com/cazwazacz/)
- ๐ป Antonio Belmar da Costa (https://github.com/antoniobelmar/),
- ๐ป Marco Vanali (https://github.com/Vanals/)
- ๐ปMarie Kerkstoel (https://github.com/mariekerkstoel)
- ๐ปTheo Breuer-Weil (https://github.com/somemarsupials/).