|
2 | 2 |
|
3 | 3 | [](http://matreshka.io)
|
4 | 4 |
|
5 |
| -> Matreshka.js framework is made to reduce the "JavaScript fatigue" and fill the gap between a junior and a senior. |
| 5 | +> Matreshka.js is a simple JavaScript framework for single page applications creation. It fills the gap between a junior and a senior because of simple and intuitive API based on JavaScript classes and accessors. Everything you need to get started is your JavaScript knowlege. |
6 | 6 |
|
7 | 7 | ## Features
|
8 | 8 | - Reactive API which allows to solve hard and confusing problems easily
|
9 | 9 | - High robustness of developed apps
|
10 | 10 | - The ability to refactor legacy applications without rewriting them from scratch
|
11 | 11 | - Only couple of hours is needed to master the framework because of an absence of complex concepts
|
12 |
| -- One of the most user-friendly documentations among JavaScript libraries |
13 | 12 |
|
14 | 13 | **[Download](https://github.com/matreshkajs/matreshka/tree/gh-pages)**
|
15 | 14 |
|
16 | 15 | **Install via NPM**
|
17 | 16 | ```
|
18 |
| -npm install --save matreshka |
| 17 | +npm install --save matreshka |
19 | 18 | ```
|
20 | 19 |
|
21 | 20 | -----------------------------------
|
22 | 21 |
|
23 | 22 | ## Resources
|
24 | 23 | - [The website](http://matreshka.io)
|
25 | 24 | - [Examples and tutorials](https://github.com/matreshkajs/examples-and-tutorials)
|
26 |
| -- [Potential features](https://trello.com/b/E5KcQESk/matreshka-js-features) |
27 | 25 | - [Release History](https://github.com/matreshkajs/matreshka/releases)
|
28 |
| -- [JSDoc files](https://github.com/matreshkajs/matreshka.io/tree/master/doc) |
29 |
| -- [Twitter (automatically reports about new versions)](https://twitter.com/matreshkajs) |
30 |
| -- [Support the project on Patreon](https://www.patreon.com/finom) |
| 26 | +- [JSDoc files](https://github.com/matreshkajs/matreshka.io/tree/master/doc) |
| 27 | +- [Twitter (automatically reports about new versions)](https://twitter.com/matreshkajs) |
| 28 | +- [Support the project on Patreon](https://www.patreon.com/finom) |
31 | 29 |
|
32 | 30 | **License:** [MIT License](https://raw.github.com/finom/matreshka/master/LICENSE)
|
33 | 31 |
|
34 | 32 |
|
35 | 33 |
|
36 |
| -<a href="https://www.browserstack.com/" target="_blank"> |
37 |
| - <img src="https://matreshka.io/img/logos/browserstack.svg" height="30" valign="middle"> |
38 |
| -</a> is provided a sponsored acces to their testing platform |
| 34 | +<a href="https://www.browserstack.com/" target="_blank"> |
| 35 | + <img src="https://matreshka.io/img/logos/browserstack.svg" height="30" valign="middle"> |
| 36 | +</a> is provided a sponsored acces to their testing platform |
0 commit comments