1

Этап 1

Getting Started

2

Этап 2

Front End Development Certification

3

Этап 3

Responsive Design with Bootstrap

4

Этап 4

Gear up for Success

5

Этап 5

jQuery

6

Этап 6

Basic Front End Development Projects

7

Этап 7

Basic JavaScript

8

Этап 8

Object Oriented and Functional Programming

9

Этап 9

Basic Algorithm Scripting

10

Этап 10

JSON APIs and Ajax

11

Этап 11

Intermediate Front End Development Projects

12

Этап 12

Intermediate Algorithm Scripting

13

Этап 13

Advanced Algorithm Scripting

14

Этап 14

Advanced Front End Development Projects

15

Этап 15

Claim Your Front End Development Certificate

1

Этап 1

Getting Started

2

Этап 2

Front End Development Certification

3

Этап 3

Responsive Design with Bootstrap

4

Этап 4

Gear up for Success

5

Этап 5

jQuery

6

Этап 6

Basic Front End Development Projects

7

Этап 7

Basic JavaScript

8

Этап 8

Object Oriented and Functional Programming

9

Этап 9

Basic Algorithm Scripting

10

Этап 10

JSON APIs and Ajax

11

Этап 11

Intermediate Front End Development Projects

12

Этап 12

Intermediate Algorithm Scripting

13

Этап 13

Advanced Algorithm Scripting

14

Этап 14

Advanced Front End Development Projects

15

Этап 15

Claim Your Front End Development Certificate

03 апреля 2017 04 мая 2020
Цель просрочена на 1481 день

Цель заброшена

Автор не отписывался в цели 7 лет 1 месяц 20 дней

Общая

Пройти все курсы на [ FreeCodeCamp.com ]

freeCodeCamp is a friendly open source community where you learn to code and help nonprofits.

We help our campers build job-worthy portfolios of real apps used by real people, while helping nonprofits.

You start by working through our self-paced, browser-based full stack JavaScript curriculum.


By working through our curriculum, you can earn four certifications:

1. Front End Certification

The first section will teach you the basics of how webpages work and also introduce you to JavaScript programming.

Skills you'll practice include HTML, CSS, JavaScript, jQuery and Bootstrap.

To earn this certification, you'll build 10 front-end projects and implement many JavaScript algorithms.

----

2. Data Visualization Certification

The second section builds upon the first and introduces you to more advanced topics such as Sass, React and D3.

To earn this certification, you'll build 5 React-apps and 5 Data visualization apps using D3.js.

----

3. Back End Certification

The third section introduces you to back end development using Node.js, Express, and MongoDB. It also teaches you about the important concept of source control using Git.

To earn this certification, you'll build 5 APIs and 5 full stack apps.

We will accept solutions implemented in any programming language, as long as both a live demo and the source code are publicly accessible.

----

4. Full Stack Certification

The fourth section is where you'll get real-world experience by working on projects for nonprofits. We'll pair you with another camper, an agile project manager, and a stakeholder from a nonprofit organization. Together, you'll plan, build and maintain apps that help that nonprofit carry out its mission more effectively.

For this certification, you'll work on two projects from scratch and then maintain/upgrade two existing projects.

----

 Критерий завершения

Завершил все уровни. Теперь я Мастер Шифу

  1. Getting Started

    Join the Free Code Camp Community

    • Learn how Free Code Camp Works
    • Create GitHub Account and Join our Chat Rooms
    • Configure your Profile
    • Read Coding News on our Medium Publication
    • Watch Coding Videos on YouTubeChannel
    • Learn What to Do If You Get Stuck
  2. Front End Development Certification

    HTML5 and CSS

    • Say Hello to HTML Elements
    • Headline with the h2 Element
    • Inform with the Paragraph Element
    • Uncomment HTML
    • Comment out HTML
    • Fill in the Blank with Placeholder Text
    • Delete HTML Elements
    • Change the Color of Text
    • Use CSS Selectors to Style Elements
    • Use a CSS Class to Style an Element
    • Style Multiple Elements with a CSS Class
    • Change the Font Size of an Element
    • Set the Font Family of an Element
    • Import a Google Font
    • Specify How Fonts Should Degrade
    • Add Images to your Website
    • Size your Images
    • Add Borders Around your Elements
    • Add Rounded Corners with a Border Radius
    • Make Circular Images with a Border Radius
    • Link to External Pages with Anchor Elements
    • Nest an Anchor Element within a Paragraph
    • Make Dead Links using Hash Symbol
    • Turn an Image into a Link
    • Create a Bulleted Unordered List
    • Create a Text Field
    • Add Placeholder Text to a Text Field
    • Create a Form Element
    • Add a Submit Button to a Form
    • Use HTML5 to Require a Field
    • Create a Set of Radio Buttons
    • Create a Set of Checkboxes
    • Check Radio Buttons and Checkboxes by Default
    • Nest Many Elements within a Single Div Element
    • Give a Background Color to a Div Element
    • Set the ID of an Element
    • Use an ID Attribute to Style an Element
    • Adjusting the Padding of an Element
    • Adjust the Margin of an Element
    • Add a Negative Margin to an Element
    • Add Different Padding to Each Side of an Element
    • Add Different Margins to Each Side of an Element
    • Use Clockwise Notation to Specify the Padding of an Element
    • Use Clockwise Notation to Specify the Margin of an Element
    • Style the HTML Body Element
    • Inherit Styles from the Body Element
    • Prioritize One Style Over Another
    • Override Styles in Subsequent CSS
    • Override Class Declarations by Styling ID Attributes
    • Override Class Declarations with Inline Styles
    • Override All Other Styles by using Important
    • Use Hex Code for Specific Colors
    • Use Hex COde to Mix Colors
    • Use Abbreviated Hex Code
    • Use RGB values to Color Elements
    • Use RGB to Mix Colors
  3. Responsive Design with Bootstrap

    • Use Responsive Design with Bootstrap Fluid Containers
    • Make Images Mobile Responsive
    • Center Text with Bootstrap
    • Create a Bootstrap Button
    • Create a Block Element Bootstrap Button
    • Taste the Bootstrap Button Color Rainbow
    • Call out Optional Actions with Button Info
    • Warn your Users of a Dangerous Action
    • Use the Bootstrap Grid to Put Elements Side By Side
    • Ditch Custom CSS for Bootstrap
    • Use Spans for Inline Elements
    • Creat a Custom Heading
    • Add Font Awesome Icons to our Buttons
    • Add Font Awesome Icons to all of our Buttons
    • Responsively Style Radio Buttons
    • Responsively Style Checkboxes
    • Style Text Inputs as Form Controls
    • Line up Form Elements Responsively with Bootstrap
    • Create a Bootstrap Headline
    • House our page within a Bootstrap Container Fluid Div
    • Create a Bootstrap Row
    • Split your Bootstrap Row
    • Create Bootstrap Wells
    • Add Elements within your Bootstrap Wells
    • Apply the Default Bootstrap Button Style
    • Create a Class to Target with jQuery Selectors
    • Add ID Attributes to Bootstrap Elements
    • Label Bootstrap Wells
    • Give Each Element a Unique ID
    • Label Bootstrap Buttons
    • Use Comments to Clarify Code
  4. Gear up for Success

    • Join our Forum
    • Join a Free Code Camp Group in Your City
    • Join our LinkedIn Alumni Network
    • Become a Supporter
  5. jQuery

    • Learn how Script Tags and Document Ready Work
    • Target HTML Elements with Selectors Using jQuery
    • Target Elements by Class Using jQuery
    • Target Elements by ID using jQuery
    • Delete your jQuery Functions
    • Target the same element with multiple jQuery Selectors
    • Remove Classes from an element with jQuery
    • Change the CSS of an Element Using jQuery
    • Disable an Element Using jQuery
    • Change Text Inside an Element Using jQuery
    • Remove an Element Using jQuery
    • Use appendTo to Move Elements with jQuery
    • Clone an Element Using jQuery
    • Target the Parent of an Element Using jQuery
    • Target the Children of an Element Using jQuery
    • Target a Specific Child of an Element Using jQuery
    • Target Even Numbered Elements Using jQuery
    • Use jQuery to Modify the Entire Page
  6. Basic Front End Development Projects

    • Get Set for our Front End Development Projects
    • Build a Tribute Page *
    • Build a Personal Portfolio Webpage *
  7. Basic JavaScript

    • Comment your JavaScript Code
    • Declare JavaScript Variables
    • Storing Values with the Assignment Operator
    • Initializing Variables with the Assignment Operator
    • Understanding Unitialized Variables
    • Understanding Case Sensetivity in Variables
    • Add Two Numbers with JavaScript
    • Substract One Number from Another with JavaScript
    • Multiply Two Numbers with JavaScript
    • Divide One Number by Another with JavaScript
    • Increment a Number with JavaScript
    • Decrement a Number with JavaScript
    • Create Decimal Numbers with JavaScript
    • Multiply Two Decimals with JavaScript
    • Divide one Decimal by Another with JavaScript
    • Finding a Remainder in JavaScript
    • Compound Assignment With Augmented Addition
    • Compound Assignment With Augmented Substraction
    • Compound Assignment With Augmented Multiplication
    • Compound Assignment With Augmented Division
    • Convert Celsius to Fahrenheit
    • Declare String Variables
    • Escaping Literal Quotes in Strings
    • Qouting Strings with Single Quotes
    • Escape Sequences in Strings
    • Concatenating Strings with Plus Operator
    • Concatenating Strings with the Plus Equals Operator
    • Constructing Strings with Variables
    • Appending Variables to Strings
    • Find the Length of a String
    • Use Bracket Notation to Find the First Character in a String
    • Understand String Immutability
    • Use Bracket Notation to Find the Nth Character in a String
    • Use Bracket Notation to Find the Last Character in a String
    • Use Bracket Notation to Find the Nth-to-Last Character in a String
    • Word Blanks
    • Store Multiple Values in one Variable using JavaScript Arrays
    • Nest one Array within Another Array
    • Access Array Data with Indexes
    • Modify Array Data With Indexes
    • Access Multi-Dimensional Arrays With Indexes
    • Manipulate Arrays With push()
    • Manipulate Arrays With pop()
    • Manipulate Arrays With shift()
    • Manipulate Arrays With unshift()
    • Shopping List
    • Write Reusable JavaScript with Functions
    • Passing Values to Functions with Arguments
    • Global Scope and Functions
    • Local Scope and Functions
    • Global vs. Local Scope in Functions
    • Return a Value from a Function with Return
    • Assignment with a Returned Value
    • Stand in Line
    • Understanding Boolean Values
    • Use Conditional Logic with if Statements
    • Comparison with the Equality Operator
    • Comparison with the Strict Equality Operator
    • Comparison with the Inequality Operator
    • Comparison with the Strict Inequality Operator
    • Comparison with the Greater Than Operator
    • Comparison with the Greater Than Or Equal To Operator
    • Comparison with the Less Than Operator
    • Comparison with the Less Than or Equal To Operator
    • Comparisons with the Logical And Operator
    • Comparisons with the Logical Or Operator
    • Introducing Else Statements
    • Introducing Else if Statements
    • Logical Order in if Else Statements
    • Chaining if Else Statements
    • Golf Code
    • Selecting from many options with Switch Statements
    • Adding a default option in Switch statements
    • Multiple Identical Options in Switch Statements
    • Replacing If Else Chains with Switch
    • Returning Boolean Values from Functions
    • Return Early Pattern for Functions
    • Counting Cards
    • Build JavaScript Objects
    • Accessing Objects Properties with the Dot Operator
    • Accessing Objects Properties with Variables
    • Updating Object Properties
    • Add New Properties to a JavaScript Object
    • Delete Properties from a JavaScript Object
    • Using Objects for Lookups
    • Testing Object for Properties
    • Manipulating Complex Objects
    • Accessing Nested Objects
    • Accessing Nested Arrays
    • Iterate with JavaScript For Loops
    • Iterate Odd Numbers With a For Loop
    • Count Backwards With a For Loop
    • Iterate Through an Array with a for Loop
    • Nesting For Loops
    • Iterate with JavaScript While Loops
    • Profile Lookup
    • Generate Random Fractions with JavaScript
    • Generate Random Whole Numbers with JavaScript
    • Generate Random Whole Numbers within a Range
    • Sift through Text with Regular Expressions
    • Find Numbers with Regular Expressions
    • Find Whitespace with Regular Expressions
    • Invert Regular Expression Matches with JavaScript
  8. Object Oriented and Functional Programming

    • Declare JavaScript Objects as Variables
    • Construct JavaScript Objects with Functions
    • Make Instances of Objects with a Constructor Function
    • Make Unique Objects by Passing Parameters to our Constructor
    • Make Object Properties Private
    • Iterate over Arrays with .map
    • Condense arrays with .reduce
    • Filter Arrays with .filter
    • Sort Arrays with .sort
    • Reverse Arrays with .reverse
    • Concatenate Arrays with .concat
    • Split Strings with .split
    • Join Strings with .join
  9. Basic Algorithm Scripting

    • Get Set for our Algorithm Challenges
    • Reverse a String *
    • Factorialize a Number *
    • Check for Palindromes *
    • Find the Longest Word in a String *
    • Title Case a Sentence *
    • Return Largest Numbers in Arrays *
    • Confirm the Ending *
    • Repeat a string repeat a string *
    • Truncate a string *
    • Chunky Monkey *
    • Slasher Flick *
    • Mutations *
    • Falsy Bouncer *
    • Seek and Destroy *
    • Where do I belong *
    • Caesars Cipher *
  10. JSON APIs and Ajax

    • Trigger Click Events with jQuery
    • Change Text with Click Events
    • Get JSON with the jQuery getJSON Method
    • Convert JSON Data to HTML
    • Render Images from Data Sources
    • Prefilter JSON
    • Get Geo-location Data
  11. Intermediate Front End Development Projects

    • Build a Random Quote Machine *
    • Show the Local Weather *
    • Build a Wikipedia Viewer *
    • Use the Twitch.tv JSON API *
  12. Intermediate Algorithm Scripting

    • Sum All Numbers in a Range *
    • Diff Two Arrays *
    • Roman Numeral Converter *
    • Wherefore art thou *
    • Search and Replace *
    • Pig Latin *
    • DNA Pairing *
    • Missing letters *
    • Boo who *
    • Sorted Union *
    • Convert HTML Entities *
    • Spinal Tap Case *
    • Sum All Odd Fibonacci Numbers *
    • Sum All Primes *
    • Smallest Common Multiple *
    • Finders Keepers *
    • Drop it *
    • Steamroller *
    • Binary Agents *
    • Everything Be True *
    • Arguments Optional *
  13. Advanced Algorithm Scripting

    • Validate US Telephone Numbers
    • Record Collection
    • Symmetric Difference
    • Exact Change
    • Inventory Update
    • No repeats please
    • Make a Person
    • Map the Debris
    • Pairwise
  14. Advanced Front End Development Projects

    • Build a JavaScript Calculator *
    • Build a Pomodoro Clock *
    • Build a Tic Tac Toe Game *
    • Build a Simon Game *
  15. Claim Your Front End Development Certificate

    • Claim Your Front End Development Certificate
  • 812
  • 03 апреля 2017, 03:30
Регистрация

Регистрация

Уже зарегистрированы?
Быстрая регистрация через соцсети
Вход на сайт

Входите.
Открыто.

Еще не зарегистрированы?
 
Войти через соцсети
Забыли пароль?