Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.18 KB

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