Git Product home page Git Product logo

example-challenge's Introduction

Example Coding Challenge

Setup

  1. From the Example Challenge Assessment, click on the fork button at the bottom of this page. This will fork a copy of the challenge repository to your account on Github
  2. Go to your own newly created Example Challenge repository on GitHub and clone the repo locally. The link is also given below, and should also appear at the bottom of this page after your press the fork button.
$ git clone https://github.com/YOURUSERNAME/example-challenge.git
$ cd example-challenge

Complete the specs

  1. Before completing each spec, read the README.md File located in each folder.
  2. Write your code in each solution_*.js file so that you can pass the specs in located in the *_specs.js files
  3. Run the test specs to test your code. To run the specs for a directory, you need to go into that directory and run the command testem.
$ cd example-challenge
$ testem
TEST'EM 'SCRIPTS!
Open the URL below in a browser to connect.
http://localhost:7357/

Submission

When you are passing all the specs, or have run out of time, commit your changes and push them up to your repository for the coding portion of the challenge to be graded in Fullstack's Learning Platform.

Make sure you press Complete Assessment on the Example Challenge Page to submit your Challenge when you are finished!

$ git add -A
$ git commit -m 'completed exercises'
$ git push origin master

Good luck!

example-challenge's People

Contributors

scottdalessandro avatar gtelljohann avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.