Skip to content

Commit 5e330f8

Browse files
committed
Adding readme.md
1 parent 0061e0e commit 5e330f8

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

SURVEY FORM/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Welcome 🖐 to the SURVEY FORM
2+
It is a simple Survey Form. We can use this form to take feedback from the customers and use it for the betterment.
3+
4+
5+
6+
7+
### How to get the form on your local machine:
8+
9+
---
10+
11+
- Download or clone the repository
12+
13+
```
14+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
15+
```
16+
17+
- Go to the directory
18+
- Open Survey Form folder
19+
- Open the terminal and run
20+
```
21+
node app.js
22+
```
23+
- Open *localhost:3000* in your browser.
24+
25+
***
26+
###Remember:
27+
If you are using node then you need to reload your server everytime you make changes in your file. Otherwise if you have nodemon installed, you can use nodemon.
28+
***
29+
30+
<br>
31+
32+
33+
34+
35+
## Happy Coding!
31.1 KB
Loading
19.8 KB
Loading

0 commit comments

Comments
 (0)