QuizApp
A web-based flashcard-style quiz application used for testing informatics and machine learning concepts
Deployment
In order to allow for JSON resource uploads, the page must be deployed to a server, or you will run into CORS errors. Instructions for a simple server implementation are included below
- make sure you have nodeJS installed. You can find it here
- Install the http-server package
npm install -g http-server
- Navigate to the directory that contains the index.html file
cd /path/to/directory
- Start the server
http-server
- View your webpage in your browser by navigating to http://localhost:8080