Skip to content

Commit 1ee6af1

Browse files
committed
Add links to formatters and converters
1 parent 86ee946 commit 1ee6af1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Codecademy's [Learn JavaScript course](https://www.codecademy.com/learn/introduc
122122
Sololearn's [JavaScript course](https://www.sololearn.com/learning/1024) | Free with some Paid features
123123
[Beginner JavaScript! course](https://beginnerjavascript.com) by Wes Bos | Paid
124124
JavaScript Best Practices tutorial by Thinkful: [Part 1](https://www.thinkful.com/learn/javascript-best-practices-1), [Part 2](https://www.thinkful.com/learn/javascript-best-practices-2) | Free
125+
[JavaScript Formatter](https://jsonformatter.org/jsbeautifier) | Free
125126
Udacity's [JavaScript and the DOM course](https://www.udacity.com/course/javascript-and-the-dom--ud117) | Free
126127
Udacity's [Object-Oriented JavaScript course](https://www.udacity.com/course/object-oriented-javascript--ud711) | Free
127128
[JavaScript30 course](https://javascript30.com) by Wes Bos | Free
@@ -152,7 +153,9 @@ Codecademy's [Learn Asynchronous JavaScript course](https://www.codecademy.com/l
152153
[API list](https://github.com/n0shake/Public-APIs) by [@n0shake](https://github.com/n0shake) on GitHub | Free
153154
[JSONView extension for Chrome](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=en-US) | Free
154155
[HTTP Status Codes cheat sheet](http://www.cheat-sheets.org/saved-copy/http-response-codes-1.pdf) | Free
155-
[JSON Formatter & Validator](https://jsonformatter.org) | Free
156+
[JSON Formatter, Validator, Minifier, and Converter](https://jsonformatter.org) | Free
157+
[XML to JSON Converter](https://jsonformatter.org/xml-to-json) | Free
158+
[YAML to JSON Converter](https://jsonformatter.org/yaml-to-json) | Free
156159

157160
**[⇧ Back to Index](#index)**
158161

@@ -224,15 +227,21 @@ Name | Cost
224227
[Sass website](https://sass-lang.com) | Free
225228
freeCodeCamp's [SASS course](https://www.freecodecamp.org/learn/front-end-libraries/#sass) | Free
226229
W3Schools's [Sass Tutorial](https://www.w3schools.com/sass/default.php) | Free
230+
[CSS to SCSS Converter](https://jsonformatter.org/css-to-scss) | Free
231+
[SCSS to CSS Converter](https://jsonformatter.org/scss-to-css) | Free
232+
[SCSS Formatter](https://jsonformatter.org/scss-formatter) | Free
227233

228234
**[⇧ Back to Index](#index)**
229235

230236
### HTML and CSS Tools
231237
Name | Cost
232238
---- | ----
233239
[W3C Markup Validator](https://validator.w3.org) | Free
240+
[HTML Validator](https://jsonformatter.org/html-validator) from JSONformatter.org | Free
234241
[W3C CSS Validator](http://jigsaw.w3.org/css-validator) | Free
235242
[HTML tags list](https://html-css-js.com/html/tags) | Free
243+
[HTML Formatter](https://jsonformatter.org/html-formatter) | Free
244+
[CSS Formatter](https://jsonformatter.org/css-beautifier) | Free
236245
W3Schools's [HTML Color Picker](https://www.w3schools.com/colors/colors_picker.asp) | Free
237246
[Color Contrast Checker](https://webaim.org/resources/contrastchecker) | Free
238247
[Web Accessibility Evaluation Tool](https://wave.webaim.org) | Free
@@ -243,7 +252,7 @@ W3Schools's [HTML Color Picker](https://www.w3schools.com/colors/colors_picker.a
243252
[Image to Colors Palette Generator](http://www.cssdrive.com/imagepalette/index.php) | Free
244253
[Palette List](https://www.palettelist.com) | Free
245254
[Color Hunt](https://colorhunt.co) | Free
246-
[CSS Minifier](https://cssminifier.com) | Free
255+
[CSS Minifier](https://jsonformatter.org/minify-css) | Free
247256

248257
**[⇧ Back to Index](#index)**
249258

@@ -313,6 +322,7 @@ Name | Cost
313322
[Unix/Linux Commands cheat sheet](http://www.cheat-sheets.org/saved-copy/fwunixref.pdf) | Free
314323
[Mastering Markdown course](https://masteringmarkdown.com) by Wes Bos | Free
315324
[Markdown cheat sheet](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf) | Free
325+
[Markdown Formatter](https://jsonformatter.org/markdown-formatter) | Free
316326
Udacity's [Writing READMEs course](https://www.udacity.com/course/writing-readmes--ud777) | Free
317327
[GitHub Desktop](https://desktop.github.com) | Free
318328
[Git cheat sheet](https://training.github.com/downloads/github-git-cheat-sheet.pdf) | Free

0 commit comments

Comments
 (0)