Skip to content

MrSnickers/Codelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codelab

This is a collection of algorithmic solutions written in ES2016.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. It is not assumed you would need to deploy the project on a live system.

Prerequisites

You will need to install node and yarn on your local machine to run the tests in this repo.

Installing

A step by step series of examples that tell you have to get a development env running

First you will need to clone the repo here to your local computer.

git clone https://github.com/MrSnickers/Codelab.git

navigate into the repo and install node and yarn, if they are not installed globally. Then install the dependencies for the app with:

yarn install

Running the tests

Running the tests is the only thing this repo can do. That is done with the command

yarn test

the tests also include a linting step with the AirBnB style guide.

Built With

  • Jest - The testing framework used
  • Yarn - Dependency Management
  • ESLint - I wouldn't know what to do without it

Acknowledgments

About

TDD solutions to classic programming prompts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published