GithubHelp home page GithubHelp logo

ayala6691 / coding-steps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raginsky/coding-steps

0.0 0.0 0.0 64.93 MB

Coding exercises and tutorials

License: Other

JavaScript 8.99% TypeScript 90.86% Shell 0.15%

coding-steps's Introduction

Coding Steps

A unified monorepo for logic problems in javascript/typescript exercises. This repo does not replace the original sites but design to make it easier to get the exercises and setup of them. Please visit the original sites.

General Usage

  1. Clone the project
git clone [email protected]:Proftit-TC/coding-steps.git
  1. Install dependencies with yarn. It does not matter in which directory of the project.
yarn install
  1. One time install the git hooks that run code formating before each commit.
yarn husky install
  1. Enter the folder of the desired package and run the test.
yarn test

The tests can be run in watch mode.

yarn test:watch

Contributing

  1. Create a fork.
  2. Make some code changes to the fork.
  3. Add a commit with a new changeset file that describe the change. yarn changeset
  4. Create a PR

Keeping your fork up to date

  1. Clone your fork
  2. Add remote from original repository in your forked version:
cd into/cloned/fork-repo
git remote add upstream https://github.com/Proftit-TC/coding-steps.git
git fetch upstream
  1. Update your fork from original repository to keep up with changes
git pull upstream main
  1. Updated your local repository
git push

Attributions

Those exercises are taken from several excellent places under several licenses.

Exercism

Code practice and mentorship for everyone Level up your programming skills with 3,450 exercises across 52 languages, and insightful discussion with our dedicated team of welcoming mentors. Exercism is 100% free forever.

Project Euler

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.

Learn Rxjs

Clear examples, explanations, and resources for RxJS.

Tools Used

Yarn

Jest

Changeset

Markdown

coding-steps's People

Contributors

elpddev avatar ayalachen avatar abrl91 avatar ayala6691 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.