File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Welcome 🖐 to Insta Clone
2
+ It is a simple clone of instagram front page using react.
3
+
4
+ ## Desktop view
5
+ ![ Desktop view] ( ../images/instaclone.png )
6
+
7
+ ## 💻Tech Stack
8
+ <br >
9
+
10
+ ![ React js] ( https://img.shields.io/badge/reactjs%20-%23E34F26.svg?&style=for-the-badge&logo=reactjs&logoColor=white )
11
+
12
+
13
+ <br >
14
+
15
+ ### How to get the clone on your local machine:
16
+
17
+ ---
18
+
19
+ - Download or clone the repository
20
+
21
+ ```
22
+ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
23
+ ```
24
+
25
+ - Go to the directory
26
+ - open the terminal
27
+ - run the following command to install node modules
28
+ ```
29
+ npm install
30
+ ```
31
+ - then run the following command to start the server
32
+ ```
33
+ npm start
34
+ ```
35
+
36
+
37
+ ## Happy Coding!
You can’t perform that action at this time.
0 commit comments