Skip to content

Commit 823d972

Browse files
adding readme
1 parent ebf2fb5 commit 823d972

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

README.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
This is a website i used to push Code.
55

66
### Tools used:
7-
#### Nodejs
8-
#### EJs
9-
#### Express
10-
#### Mongo
11-
#### Typed.js
12-
#### prism.js
7+
- Nodejs
8+
- EJs
9+
- Express
10+
- Mongo
11+
- Typed.js
12+
- prism.js
1313

1414

1515
## Screenshots
@@ -18,4 +18,28 @@ This is a website i used to push Code.
1818

1919
![App Screenshot](./public/img/screenshot-2.png)
2020

21+
![App Screenshot](./public/img/screenshot-3.png)
22+
23+
![App Screenshot](./public/img/screenshot-4.png)
24+
25+
## Installation
26+
27+
To install project run the command in the terminal
28+
29+
```
30+
npm i
31+
```
32+
```
33+
node app.js
34+
```
35+
36+
37+
## Features
38+
39+
- Code copy to clipboard button
40+
- see others codeboxes
41+
42+
43+
44+
2145

0 commit comments

Comments
 (0)