🌐 Live demo: https://sharp-brattain-b107ca.netlify.app/
If you don't have Parcel installed please follow the Getting Started guide: https://parceljs.org/getting_started.html
{
"name": "frontend-coding-challenge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"prod": "parcel build src/index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel-bundler": "^1.12.5",
"sass": "^1.32.11"
}
}npm run devnpm run prodIn order to skip a question add /?skip=2 to the URL example: http://localhost:1234/?skip=2
- Allow skip first question
- IE11 - Step transition not working