Skip to content

Commit db70453

Browse files
authored
Update README.md
1 parent 5740462 commit db70453

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
# react-forms
1+
# πŸ“ React Google Forms Clone
22

3+
![Preview](https://github.com/user-attachments/assets/add3ff6e-3465-4b02-bc89-8e230388c75b)
34

4-
<img width="1453" alt="image" src="https://github.com/user-attachments/assets/add3ff6e-3465-4b02-bc89-8e230388c75b" />
5+
> Built this as one of my first full-stack projects – a functional clone of Google Forms with form creation, sign-in, and form management. React + Bootstrap on the frontend, and a local `json-server` as a makeshift backend. Let’s just say it was my bootstrapped backend era πŸ˜„.
6+
7+
---
8+
9+
## πŸš€ Live Demo
10+
11+
πŸ”— [Check it out on GitHub Pages](https://arunsai63.github.io/react-forms/)
12+
13+
---
14+
15+
## ✨ Features
16+
17+
- Create your own custom forms with various input types
18+
- Google Sign-In (used email as the user key)
19+
- View all your submitted forms
20+
- View individual form pages
21+
- Simple UI with Bootstrap
22+
- Backend powered by `json-server` (local JSON API)
23+
24+
---
25+
26+
## πŸ› οΈ Tech Stack
27+
28+
- **Frontend:** React (v16), Bootstrap
29+
- **Auth:** Google Sign-In
30+
- **Backend:** JSON Server (local dev only)
31+
- **Routing:** React Router
32+
33+
---
34+
35+
## πŸ“¦ Getting Started (Dev)
36+
37+
You'll need an older Node version (~v12) to run this smoothly.
38+
39+
```bash
40+
nvm install 12.22.12
41+
nvm use 12.22.12
42+
npm install
43+
npm start

0 commit comments

Comments
Β (0)