Enase / healthy-life

Dedalus test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

healthy-life

Dedalus test task

Setup:

  1. Init project

    npm init
    npm i http-server --save-dev
  2. Add run script to package.json

    {
    ...
      "scripts": {
        "start": "http-server -o .",
        ...
      },
    ...
    }
    
  3. Run project

    npm start
  4. Click event fix: Add ; return false after onclick function call in index.html file

About

Dedalus test task


Languages

Language:HTML 63.3%Language:CSS 24.6%Language:JavaScript 12.1%