Ideosorter is a flowchart based interactive political quiz that attempts to bring a different approach to political quizzes.
- A browser that supports ECMAScript 2017, (the application requires promises, async/await and the fetch API (all latest versions of the common browsers, including chrome firefox safari edge and brave)
To run locally you follow the following steps
-
Clone the repository
git clone https://github.com/Ideosorter/ideosorter.github.io
-
Install a simple static webserver like npm serve
-
Open the localhost server in a browser
If you dont open the project via a webserver, and instead open the .html file in a browser using the file:// protocal, you might run into a problem with loading scripts and stylesheets because of CORS.
Check the CONTRIBUTING.md file for intructions and guidelines on contributing to this project