Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework #1&2 #2

Open
wants to merge 8 commits into
base: eclimov
Choose a base branch
from
Open

Homework #1&2 #2

wants to merge 8 commits into from

Commits on Apr 23, 2019

  1. - initialized yarn project

    - added webpack
    - added vue
    - added autoprefixer
    - moved webpack to devDependencies
    - partially set up webpack
    eclimov committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    d701423 View commit details
    Browse the repository at this point in the history
  2. - Added required packages

    eclimov committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    d820d52 View commit details
    Browse the repository at this point in the history
  3. - Fixed lint warnings

    eclimov committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    81cffb8 View commit details
    Browse the repository at this point in the history
  4. - Removed unnecessary config

    eclimov committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    ede7097 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. - Added webpack dev config

    - Updated webpack config
    - Updated build config
    - Added images
    eclimov committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    9b20fbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5637dda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bcee5b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. - Implemented functions:

    get first 30 Fibonacci numbers using recursion;
    count sum of numbers using currying with closing brackets;
    count sum of numbers using currying without closing brackets;
    - Slightly updated eslint config to avoid annoying warning
    eclimov committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    865c521 View commit details
    Browse the repository at this point in the history