That's a small project that tests the knowledge on the Web platform. Go to https://iloveweb.dev/ and try it yourself.
- Check out the repository
- Navigate to the
site
directory and runyarn
followed byyarn dev
- Go to ./site/lib/public/questions and pick the right file where you'll be adding your question.
- Add a new entry and make sure that you have a random ID. Better open http://localhost:8080/get-id and get one from there.
- Open http://localhost:8080/?q={your id} to see your question
Other tips:
- If you need to escape some code so you can add it to the text of the question go here.