Skip to content

Commit 07783e8

Browse files
committed
Merge branch 'master' of https://github.com/cheatjs/cheat into master
2 parents 1195717 + a1b48ca commit 07783e8

1 file changed

Lines changed: 33 additions & 3 deletions

File tree

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# CheatJS
22

3-
High quality cheatsheets for JavaScript environment
3+
<img src="https://i.ibb.co/TrmSrGx/cheatjs-logo-v1.jpg" alt="dotenv" width="170px" align="right" />
44

5-
> For a better view, [open this README file](https://github.com/cheatjs/cheat/blob/master/README.md) to full screen and zoom in slightly on your browser.
5+
**We make high quality cheatsheets for JavaScript environment** :sunglasses:
6+
7+
JavaScript is an amazing and unique language. From a simple scripting add-on for web pages, it has grown to an entire infrastructure of immense size, consisting of millions of libraries, hundreds of frameworks and platforms. Our goal is to make learning JavaScript and its environment as simple, enjoyable and fast as possible.
8+
9+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/cheatjs/cheat/issues)
10+
![GitHub repo size](https://img.shields.io/github/repo-size/cheatjs/cheat?color=blue)
11+
![GitHub](https://img.shields.io/github/license/cheatjs/cheat?color=green)
612

7-
## Table of content
13+
## :page_facing_up: Table of content
14+
15+
> For a better view, [open this README file](https://github.com/cheatjs/cheat/blob/master/README.md) to full screen and zoom in slightly on your browser.
816
917
- [JavaScript](#javascript)
1018
- [Array methods](#array-methods)
@@ -20,28 +28,50 @@ High quality cheatsheets for JavaScript environment
2028

2129
### Array methods
2230

31+
[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/Array-methods/js-array-methods.png) &emsp; [Text version](./JavaScript/Array-methods/js-array-methods.md)
32+
<br><br>
2333
[![N|Solid](./JavaScript/Array-methods/js-array-methods.png)](./JavaScript/Array-methods/js-array-methods.png)
2434

2535
### String methods
2636

37+
[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/String-methods/js-string-methods.png) &emsp; [Text version](./JavaScript/Array-methods/js-string-methods.md)
38+
<br><br>
2739
[![N|Solid](./JavaScript/String-methods/js-string-methods.png)](./JavaScript/String-methods/js-string-methods.png)
2840

2941
### Objects
3042

43+
[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/Objects/js-objects.png) &emsp; [Text version](./JavaScript/Objects/js-objects.md)
44+
<br><br>
3145
[![N|Solid](./JavaScript/Objects/js-objects.png)](./JavaScript/Objects/js-objects.png)
3246

3347
### Classes
3448

49+
[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/JavaScript/Classes/js-classes.png) &emsp; [Text version](./JavaScript/Classes/js-classes.md)
50+
<br><br>
3551
[![N|Solid](./JavaScript/Classes/js-classes.png)](./JavaScript/Classes/js-classes.png)
3652

3753
## Node.js
3854

3955
### Node.js basics
4056

57+
[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/Node.js/Basics/nodejs-basics.png) &emsp; [Text version](./Node.js/Basics/nodejs-basics.md)
58+
<br><br>
4159
[![N|Solid](./Node.js/Basics/nodejs-basics.png)](./Node.js/Basics/nodejs-basics.png)
4260

4361
## TypeScript
4462

4563
### TypeScript basics
4664

65+
[Download image](https://raw.githubusercontent.com/cheatjs/cheat/master/TypeScript/Basics/ts-basics.png) &emsp; [Text version](./TypeScript/Basics/ts-basics.md)
66+
<br><br>
4767
[![N|Solid](./TypeScript/Basics/ts-basics.png)](./TypeScript/Basics/ts-basics.png)
68+
69+
## :dart: Stay tuned
70+
71+
СheatJS is just beginning its existence. There are plans to create a huge number of cheatsheets on advanced JavaScript, Node.js and TypeScript topics. Naturally, this will also include popular frameworks and libraries.
72+
73+
Anyone can contribute to the development of CheatJS. This repository is completely open to your suggestions and I would be happy to consider any pull request.
74+
75+
We will be very happy if you tell your friends and acquaintances about us! :heart:
76+
77+
<div align="center"><a href="https://github.com/cheatjs/cheat/blob/master/LICENSE">LICENSE</a> 2022.</div>

0 commit comments

Comments
 (0)