added 3 tools

pull/859/head
Yuliia Mustafina 3 years ago
parent b07e06e1a4
commit 3321459e88

@ -6,6 +6,18 @@ There are many tools that a web developer may need that are on the [MDN document
## Rubric ## Rubric
Exemplary | Adequate | Needs Improvement ### ESLint
--- | --- | -- |
|Explained why web developer would use tool| Explained how, but not why developer would use tool| Did not mention how or why a developer would use tool | ESLint statically analyzes your code to quickly find problems. ESLint is built into most text editors and you can run ESLint as part of your continuous integration pipeline. Many problems ESLint finds can be automatically fixed. ESLint fixes are syntax-aware so you won't experience errors introduced by traditional find-and-replace algorithms.
### Sass/SCSS
This CSS extension allows you to use variables, nested rules, mixins, functions, and many other features, some of which are available in native CSS (such as variables), and some of which aren't.
### Netlify
It is one of the most advanced web development platforms that helps programmers to publish projects on the web. This resource accumulation service thanks to the accumulated testing tools, hiding and assembling applications and sites on the Internet.
| Exemplary | Adequate | Needs Improvement |
| ------------------------------------------ | --------------------------------------------------- | ----------------------------------------------------- |
| Explained why web developer would use tool | Explained how, but not why developer would use tool | Did not mention how or why a developer would use tool |

Loading…
Cancel
Save