ideosorter.github.io
ideosorter.github.io copied to clipboard
The ideosorter political quiz is a test that assigns you an ideology based on a flowchart as opposed to traditional methods via aproximations of bars or charts.
Ideosorter
Ideosorter is a flowchart based interactive political quiz that attempts to bring a different approach to political quizzes.
Ideosorter 3 requirements
- A browser that supports ECMAScript 2022, (the application requires promises, async/await, Array.prototype.at() and the fetch API (all latest versions of the common browsers, including Chromium based browsers(Chrome, Opera, Edge, Brave, etc...), Firefox and Safari)
How to run locally
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.
Contributing
Check the CONTRIBUTING.md file for intructions and guidelines on contributing to this project