Code Monkey home page Code Monkey logo

coderbyte's Introduction

coderbyte

Coding and algorithm challenges completed on coderbyte.com

Coderbyte is a web application built to help you practice programming and improve your coding skills.

I am currently ranked #5 on the website out of 200,000+ users.

Why does this repository exist?

The purpose of this repository is to practice integrating several elements of software development. These include, but are not limited to:

  • Algorithms implementation
  • Git workflow
  • Writing unit tests using Jest

Secondly, I have used this project to get used to using several other supplemental tools:

  • ESLint
  • Prettier
  • JSDoc

I am using the practice I gain here in order to transition into behavior-driven development.

How to run the unit tests

  1. Clone this repository
git clone https://github.com/bradhanson/coderbyte
cd coderbyte
  1. Install dependencies (just jest)
npm install
  1. Run the tests!
npm test
  1. Run test coverage report
npm run coverage

What is generate.js?

generate.js is a script used to generate blank Coderbyte file templates. It handles the boilerplate setup of a new challenge. It converts the underscored file name into camelCase functions within the files.

cd coderbyte
node generate.js easy/ab_check

Will generate template files:

easy/ab_check.js
easy/ab_check.test.js

You can also run it from the current directory:

cd coderbyte/easy
node ../generate.js ab_check

// ab_check.js
// ab_check.test.js

coderbyte's People

Contributors

bradhanson avatar

Watchers

 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.