Skip to content

Commit 00f054d

Browse files
committed
readme added for the project
1 parent 687e39a commit 00f054d

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

Instagrsam-clone/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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!
612 KB
Loading

0 commit comments

Comments
 (0)