Skip to content

Instantly share code, notes, and snippets.

View linuxenko's full-sized avatar

Svetlana Linuxenko linuxenko

View GitHub Profile

Rextract.js Demo

Rextract JS is an image Region Extraction library. HTML5 based image processing library which helps automatically detect regions of the image to extract.

A Pen by Svetlana Linuxenko on CodePen.

License.

@linuxenko
linuxenko / A Random Quote Machine [freeCodeCamp [Intermediate Projects]] (Challenge) .markdown
Created March 25, 2016 18:23
A Random Quote Machine [freeCodeCamp [Intermediate Projects]] (Challenge)

A Random Quote Machine [freeCodeCamp [Intermediate Projects]] (Challenge)

Rule #1: Don't look at the example project's code. Figure it out for yourself.

Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

User Story: I can click a button to show me a new random quote.

User Story: I can press a button to tweet out a quote.

@linuxenko
linuxenko / A Tribute Page [freeCodeCamp [Basic Projects]] (Challenge).markdown
Created March 25, 2016 18:23
A Tribute Page [freeCodeCamp [Basic Projects]] (Challenge)

A Tribute Page [freeCodeCamp [Basic Projects]] (Challenge)

Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/wMQrXV.

Rule #1: Don't look at the example project's code. Figure it out for yourself.

Rule #2: Fulfill the below user stories. Use whichever libraries you need. Give it your own personal style.

User Story: I can view a tribute page with an image and text.

@linuxenko
linuxenko / Build a Wikipedia Viewer [freeCodeCamp [Intermediate Projects]] (Challenge) .markdown
Created March 25, 2016 18:23
Build a Wikipedia Viewer [freeCodeCamp [Intermediate Projects]] (Challenge)

Build a Wikipedia Viewer [freeCodeCamp [Intermediate Projects]] (Challenge)

Rule #1: Don't look at the example project's code. Figure it out for yourself.

Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

User Story: I can search Wikipedia entries in a search box and see the resulting Wikipedia entries.

User Story: I can click a button to see a random Wikipedia entry.

@linuxenko
linuxenko / Use the Twitchtv JSON API [freeCodeCamp [Intermediate Projects]] (Challenge) .markdown
Created March 25, 2016 18:23
Use the Twitchtv JSON API [freeCodeCamp [Intermediate Projects]] (Challenge)
@linuxenko
linuxenko / Build a Tic Tac Toe Game [freeCodeCamp [Advanced Projects]] (Challenge).markdown
Created March 25, 2016 18:24
Build a Tic Tac Toe Game [freeCodeCamp [Advanced Projects]] (Challenge)
@linuxenko
linuxenko / Build a Pomodoro Clock [freeCodeCamp [Advanced Projects]] (Challenge).markdown
Created March 25, 2016 18:24
Build a Pomodoro Clock [freeCodeCamp [Advanced Projects]] (Challenge)

Build a Pomodoro Clock [freeCodeCamp [Advanced Projects]] (Challenge)

Rule #1: Don't look at the example project's code. Figure it out for yourself.

Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

User Story: I can start a 25 minute pomodoro, and the timer will go off once 25 minutes has elapsed.

User Story: I can reset the clock for my next pomodoro.

@linuxenko
linuxenko / Build a JavaScript Calculator [freeCodeCamp [Advanced Projects]] (Challenge) .markdown
Created March 25, 2016 18:24
Build a JavaScript Calculator [freeCodeCamp [Advanced Projects]] (Challenge)

Build a JavaScript Calculator [freeCodeCamp [Advanced Projects]] (Challenge)

Rule #1: Don't look at the example project's code. Figure it out for yourself.

Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

User Story: I can add, subtract, multiply and divide two numbers.

User Story: I can clear the input field with a clear button.

@linuxenko
linuxenko / Show the Local Weather [freeCodeCamp [Intermediate Projects]] (Challenge) .markdown
Created March 25, 2016 18:24
Show the Local Weather [freeCodeCamp [Intermediate Projects]] (Challenge)

Show the Local Weather [freeCodeCamp [Intermediate Projects]] (Challenge)

Rule #1: Don't look at the example project's code. Figure it out for yourself.

Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

User Story: I can see the weather in my current location.

User Story: I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.

@linuxenko
linuxenko / Build a Simon Game [freeCodeCamp [Advanced Projects]] (Challenge).markdown
Created March 25, 2016 18:25
Build a Simon Game [freeCodeCamp [Advanced Projects]] (Challenge)

Build a Simon Game [freeCodeCamp [Advanced Projects]] (Challenge)

User Story: I am presented with a random series of button presses.

User Story: Each time I input a series of button presses correctly, I see the same series of button presses but with an additional step.

User Story: I hear a sound that corresponds to each button both when the series of button presses plays, and when I personally press a button.

User Story: If I press the wrong button, I am notified that I have done so, and that series of button presses starts again to remind me of the pattern so I can try again.