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 Personal Portfolio Webpage [freeCodeCamp [Basic Projects]] (Challenge).markdown
Created March 25, 2016 18:22
A Personal Portfolio Webpage [freeCodeCamp [Basic Projects]] (Challenge)

A Personal Portfolio Webpage [freeCodeCamp [Basic Projects]] (Challenge)

Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/VemmoX/. 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 access all of the portfolio webpage's content just by scrolling. User Story: I can click different buttons that will take me to the portfolio creator's different social media pages. User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.) User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.

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