pedroespindula / execs-p5-coding-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coding-challenge

Coding challenge problems solutions by @pedroespindula.

Installation

Simple type on the CLI:

$ yarn install

Usage

After installation follow these steps:

  1. Select which coding challenge will be executed by changing the line 2 of main.js:
import sketch from "./src/<Challenge wanted>/main.js"
  1. Run "start" script:
$ yarn run start
  1. Connect to port 8080:
http://localhost:8080

Challenges

All challenges were created by Coding Train

About


Languages

Language:JavaScript 94.7%Language:HTML 5.3%