Skip to content

tm-const/hear-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thank you for taking the time to review my work. 👍

🌐 Live demo: https://sharp-brattain-b107ca.netlify.app/


🚀 Getting Started

If you don't have Parcel installed please follow the Getting Started guide: https://parceljs.org/getting_started.html

Package config

{
  "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"
  }
}

Build dev

npm run dev

Build prod

npm run prod

Local host URL

http://localhost:1234

Skip to certain questions via the use of URL params

In order to skip a question add /?skip=2 to the URL example: http://localhost:1234/?skip=2

[todo]

  • Allow skip first question
  • IE11 - Step transition not working

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors