Giter Club home page Giter Club logo

exercismexercises's Introduction

Exercism Solutions

This repository contains my solutions to various TypeScript programming exercises from Exercism. Exercism is an online platform where you can practice coding skills by solving exercises in over 50 different programming languages.

Table of Contents

Introduction

In this repository, you will find my solutions to various programming exercises from Exercism. Each exercise is organized into its own directory, containing the solution files and any additional resources or notes related to the exercise.

Installation

To access the exercises and solutions, you can clone this repository to your local machine using the following command:

git clone https://github.com/YourGitHubUsername/ExercismSolutions.git

Tests

Tests for each exercise are provided in separate files within the respective exercise directories. You can run the tests using the testing framework specified for the particular programming language.

To run the tests, edit the current-test script in the package.json file to specify the path to the test file you want to run. For example:

{
  "scripts": {
    "test": "jest --coverage",
    "start": "ts-node-dev --respawn --no-notify --transpileOnly --file ./index.ts",
    "current-test": "npm test ./ResistorColorTrio/resistorColorTrio.spec.ts"
  }
}

Terminal cmd

 npm run current-test

exercismexercises's People

Contributors

thejordach 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.