From bd244f99581044fdc15ce6cc3ba8663056070c9f Mon Sep 17 00:00:00 2001 From: Ahmed Atito <30963134+atitoa93@users.noreply.github.com> Date: Thu, 27 Dec 2018 02:40:50 -0600 Subject: [PATCH] Add hyperlinks for the curriculum (#34740) - Add one missing class in JavaScript Algorithms and Data Structures Certification. --- README.md | 65 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 3950a2eb03..318a4c85f9 100644 --- a/README.md +++ b/README.md @@ -37,60 +37,67 @@ Here are our six core certifications: #### 1. Responsive Web Design Certification -- Basic HTML and HTML5 -- Basic CSS -- Applied Visual Design -- Applied Accessibility -- Responsive Web Design Principles -- CSS Flexbox -- CSS Grid
+- [Basic HTML and HTML5](https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5) +- [Basic CSS](https://learn.freecodecamp.org/responsive-web-design/basic-css) +- [Applied Visual Design](https://learn.freecodecamp.org/responsive-web-design/applied-visual-design) +- [Applied Accessibility](https://learn.freecodecamp.org/responsive-web-design/applied-accessibility) +- [Responsive Web Design Principles](https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-principles) +- [CSS Flexbox](https://learn.freecodecamp.org/responsive-web-design/css-flexbox) +- [CSS Grid](https://learn.freecodecamp.org/responsive-web-design/css-grid) +

**Projects**: Tribute Page, Survey Form, Product Landing Page, Technical Documentation Page, Personal Portfolio Webpage #### 2. JavaScript Algorithms and Data Structures Certification -- Basic JavaScript -- ES6 -- Regular Expressions -- Debugging -- Basic Data Structures -- Algorithm Scripting -- Object-Oriented Programming -- Functional Programming
+- [Basic JavaScript](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript) +- [ES6](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6) +- [Regular Expressions](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions) +- [Debugging](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/debugging) +- [Basic Data Structures](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-data-structures) +- [Algorithm Scripting](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-algorithm-scripting) +- [Object Oriented Programming](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/object-oriented-programming) +- [Functional Programming](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/functional-programming) +- [Intermediate Algorithm Scripting](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting) +

**Projects**: Palindrome Checker, Roman Numeral Converter, Caesar's Cipher, Telephone Number Validator, Cash Register #### 3. Front End Libraries Certification -- Bootstrap -- jQuery -- Sass -- React -- Redux -- React and Redux
+- [Bootstrap](https://learn.freecodecamp.org/front-end-libraries/bootstrap) +- [jQuery](https://learn.freecodecamp.org/front-end-libraries/jquery) +- [Sass](https://learn.freecodecamp.org/front-end-libraries/sass) +- [React](https://learn.freecodecamp.org/front-end-libraries/react) +- [Redux](https://learn.freecodecamp.org/front-end-libraries/redux) +- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux) +

**Projects**: Random Quote Machine, Markdown Previewer, Drum Machine, JavaScript Calculator, Pomodoro Clock #### 4. Data Visualization Certification -- Data Visualization with D3 -- JSON APIs and Ajax
+- [Data Visualization with D3](https://learn.freecodecamp.org/data-visualization/data-visualization-with-d3) +- [JSON APIs and Ajax](https://learn.freecodecamp.org/data-visualization/json-apis-and-ajax) +

**Projects**: Bar Chart, Scatterplot Graph, Heat Map, Choropleth Map, Treemap Diagram #### 5. APIs and Microservices Certification -- Managing Packages with Npm -- Basic Node and Express -- MongoDB and Mongoose
+- [Managing Packages with Npm](https://learn.freecodecamp.org/apis-and-microservices/managing-packages-with-npm) +- [Basic Node and Express](https://learn.freecodecamp.org/apis-and-microservices/basic-node-and-express) +- [MongoDB and Mongoose](https://learn.freecodecamp.org/apis-and-microservices/mongodb-and-mongoose) +

**Projects**: Timestamp Microservice, Request Header Parser, URL Shortener, Exercise Tracker, File Metadata Microservice #### 6. Information Security and Quality Assurance Certification -- Information Security with HelmetJS -- Quality Assurance and Testing with Chai -- Advanced Node and Express
+- [Information Security with HelmetJS](https://learn.freecodecamp.org/information-security-and-quality-assurance/information-security-with-helmetjs) +- [Quality Assurance and Testing with Chai](https://learn.freecodecamp.org/information-security-and-quality-assurance/quality-assurance-and-testing-with-chai) +- [Advanced Node and Express](https://learn.freecodecamp.org/information-security-and-quality-assurance/advanced-node-and-express) +

**Projects**: Metric-Imperial Converter, Issue Tracker, Personal Library, Stock Price Checker, Anonymous Message Board